From 2530c5aacd0ef5c4bf5aedd4bdb59ad7498c8f7c Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 9 Mar 2012 15:31:55 +0000 Subject: [PATCH] blue == up, green == up,ignored git-svn-id: http://www.observium.org/svn/observer/trunk@2891 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/hostbox.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/includes/hostbox.inc.php b/html/includes/hostbox.inc.php index 3e23e6a98..cd31d1e5c 100644 --- a/html/includes/hostbox.inc.php +++ b/html/includes/hostbox.inc.php @@ -8,15 +8,16 @@ if ($device['status'] == '0') $table_tab_colour = "#cc0000"; } else { $class = "list-device"; - $table_tab_colour = "#00cc00"; + $table_tab_colour = "#0000cc"; } if ($device['ignore'] == '1') { $class = "list-device-ignored"; + $table_tab_colour = "#aaaaaa"; if ($device['status'] == '1') { $class = "list-device-ignored-up"; - $table_tab_colour = "black"; + $table_tab_colour = "#009900"; } } if ($device['disabled'] == '1')