mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Config option for global default dashboard (#4080)
* Config option for global default dashboard Add config option to set a global default dashbord. This will be used instead of the user's "Default" dashboard unless they have changed their default dashboard in their user settings. * Use a dropdown for the default_dashboard option Update generate_dynamic_config_panel to allow assoc arrays with `'value'` and `'description'` as keys and change to a select box. * Fix PHP style issues lost during merge
This commit is contained in:
committed by
Neil Lathwood
parent
0b57b1ef69
commit
787c4f09f7
1
sql-schema/130.sql
Normal file
1
sql-schema/130.sql
Normal file
@@ -0,0 +1 @@
|
||||
INSERT INTO `config` (`config_name`,`config_value`,`config_default`,`config_descr`,`config_group`,`config_group_order`,`config_sub_group`,`config_sub_group_order`,`config_hidden`,`config_disabled`) VALUES ('webui.default_dashboard_id','0','0','Global default dashboard_id for all users who do not have their own default set','webui',0,'dashboard',0,'0','0');
|
||||
Reference in New Issue
Block a user