Add WebUI settings

This commit is contained in:
Rosiak
2016-01-17 19:19:56 +01:00
parent c91a7081cc
commit 4581366bf4
4 changed files with 8 additions and 3 deletions

View File

@@ -25,6 +25,10 @@ $oxidized_conf = array(
'descr' => 'Set the default group returned',
'type' => 'text',
),
array('name' => 'oxidized.reload_nodes',
'descr' => 'Reload Oxidized nodes list, each time a device is added',
'type' => 'checkbox',
),
);
$unixagent_conf = array(