From 60e13a5d1513f74d95dddee580bb5a5ad231c9ba Mon Sep 17 00:00:00 2001 From: Bennett Blodinger Date: Fri, 19 Aug 2016 13:45:04 -0400 Subject: [PATCH] Update device-summary-vert.inc.php --- html/includes/common/device-summary-vert.inc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/includes/common/device-summary-vert.inc.php b/html/includes/common/device-summary-vert.inc.php index 5f32137966..cbd22194b9 100644 --- a/html/includes/common/device-summary-vert.inc.php +++ b/html/includes/common/device-summary-vert.inc.php @@ -5,7 +5,7 @@ $temp_output = '
- + @@ -23,7 +23,7 @@ $temp_output .= ' - + @@ -38,7 +38,7 @@ if ($config['show_services']) { $temp_output .= ' - + @@ -54,7 +54,7 @@ if ($config['show_services']) { $temp_output .= ' - + @@ -69,7 +69,7 @@ if ($config['show_services']) { $temp_output .= ' - + @@ -86,7 +86,7 @@ if ($config['show_services']) { if ($config['summary_errors']) { $temp_output .= ' - + @@ -100,7 +100,7 @@ if ($config['summary_errors']) { $temp_output .= ' - +
Summary Devices Ports
Up '. $devices['up'] .' '. $ports['up'] .'
Down '. $devices['down'] .' '. $ports['down'] .'
Ignored '. $devices['ignored'] .' '. $ports['ignored'] .'
Disabled/Shutdown '. $devices['disabled'] .' '. $ports['shutdown'] .'
Errored - '.$ports['errored'].'
Total '. $devices['count'] .' '. $ports['count'] .'