mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Stop realtime graph page from auto refreshing
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
$no_refresh = true;
|
||||||
|
|
||||||
// FIXME - do this in a function and/or do it in graph-realtime.php
|
// FIXME - do this in a function and/or do it in graph-realtime.php
|
||||||
if (!isset($vars['interval'])) {
|
if (!isset($vars['interval'])) {
|
||||||
if ($device['os'] == 'linux') {
|
if ($device['os'] == 'linux') {
|
||||||
|
Reference in New Issue
Block a user