mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Move config to WebUI
This commit is contained in:
@@ -11,11 +11,19 @@ $search_conf = array(
|
||||
),
|
||||
);
|
||||
|
||||
$graph_conf = array(
|
||||
array('name' => 'webui.min_graph_height',
|
||||
'descr' => 'Set the minimum graph height',
|
||||
'type' => 'text',
|
||||
),
|
||||
);
|
||||
|
||||
echo '
|
||||
<div class="panel-group" id="accordion">
|
||||
<form class="form-horizontal" role="form" action="" method="post">
|
||||
';
|
||||
|
||||
echo generate_dynamic_config_panel('Graph settings',true,$config_groups,$graph_conf);
|
||||
echo generate_dynamic_config_panel('Search settings',true,$config_groups,$search_conf);
|
||||
|
||||
echo '
|
||||
|
Reference in New Issue
Block a user