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:
@@ -108,7 +108,7 @@ else {
|
||||
echo('</tr></table>');
|
||||
|
||||
$graph_array = $vars;
|
||||
$graph_array['height'] = "300";
|
||||
$graph_array['height'] = $config['webui']['min_graph_height'];
|
||||
$graph_array['width'] = $graph_width;
|
||||
|
||||
if($_SESSION['screen_width']) {
|
||||
|
||||
Reference in New Issue
Block a user