From e7a33a3dbed4a30a35970778bf4981c603367f68 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 28 Dec 2021 13:51:47 -0500 Subject: [PATCH] Add Importance to monitors view --- web/skins/classic/views/monitors.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/skins/classic/views/monitors.php b/web/skins/classic/views/monitors.php index db02d92d5..fb63e09fa 100644 --- a/web/skins/classic/views/monitors.php +++ b/web/skins/classic/views/monitors.php @@ -86,6 +86,17 @@ The following monitors will have these settings update when you click Save:
Enabled()) ) { ?> checked="checked"/>

+

+ +translate('Normal'), + 'Less'=>translate('Less important'), + 'Not'=>translate('Not important') + ), $monitor->Importance()); +?> +