mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
2 lines
359 B
SQL
2 lines
359 B
SQL
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');
|