From 7639404672fa0db6bfc28f3d7ff2f23bad0d237d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Paszkiewicz?= Date: Fri, 9 Oct 2015 09:43:02 +0200 Subject: [PATCH] - synced colors for both horiz and vert widgets --- html/includes/common/device-summary-horiz.inc.php | 10 +++++----- html/includes/common/device-summary-vert.inc.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/includes/common/device-summary-horiz.inc.php b/html/includes/common/device-summary-horiz.inc.php index f8b6b56bdf..75d110a375 100644 --- a/html/includes/common/device-summary-horiz.inc.php +++ b/html/includes/common/device-summary-horiz.inc.php @@ -7,11 +7,11 @@ $temp_output = '   - Total - Up - Down - Ignored - Disabled + Total + Up + Down + Ignored + Disabled '.($config['summary_errors'] ? 'Errored' : '').' diff --git a/html/includes/common/device-summary-vert.inc.php b/html/includes/common/device-summary-vert.inc.php index 0676775042..647a036302 100644 --- a/html/includes/common/device-summary-vert.inc.php +++ b/html/includes/common/device-summary-vert.inc.php @@ -101,7 +101,7 @@ if ($config['summary_errors']) { $temp_output .= ' - Total + Total '. $devices['count'] .' '. $ports['count'] .' ';