diff --git a/includes/html/pages/device/alert.inc.php b/includes/html/pages/device/alert.inc.php index 923b572850..f169a3d0d0 100644 --- a/includes/html/pages/device/alert.inc.php +++ b/includes/html/pages/device/alert.inc.php @@ -47,6 +47,8 @@ echo '
'; switch ($vars['section']) { case 'alerts': + include 'includes/html/modal/alert_notes.inc.php'; + include 'includes/html/modal/alert_ack.inc.php'; include 'includes/html/common/alerts.inc.php'; echo implode('', $common_output); break;