mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix syntax
This commit is contained in:
@ -40,7 +40,8 @@ else {
|
||||
if($_SESSION['screen_width']) {
|
||||
if($_SESSION['screen_width'] >= 800) {
|
||||
$graph_array['width'] = ($_SESSION['screen_width'] - 420 )/count($periods)+1;
|
||||
}else {
|
||||
}
|
||||
else {
|
||||
$graph_array['width'] = $_SESSION['screen_width'] - 155;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user