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'] .'