disable auto-refresh for notifications and alert history (#11589)

This commit is contained in:
louis-oui
2020-05-11 23:07:14 +02:00
committed by GitHub
parent 38abff264a
commit c9155bf5ea
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
* @author LibreNMS Contributors
*/
$no_refresh = true;
$device_id= '';
$vars['fromdevice'] = false;
require_once 'includes/html/common/alert-log.inc.php';

View File

@@ -13,6 +13,7 @@
* @author LibreNMS Contributors
*/
$no_refresh = true;
$page_title = 'Alerts';
?>