mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
disable auto-refresh for notifications and alert history (#11589)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* @author LibreNMS Contributors
|
||||
*/
|
||||
|
||||
$no_refresh = true;
|
||||
$device_id= '';
|
||||
$vars['fromdevice'] = false;
|
||||
require_once 'includes/html/common/alert-log.inc.php';
|
||||
|
@@ -13,6 +13,7 @@
|
||||
* @author LibreNMS Contributors
|
||||
*/
|
||||
|
||||
$no_refresh = true;
|
||||
$page_title = 'Alerts';
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user