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 = '
Summary | Devices | Ports | @@ -23,7 +23,7 @@ $temp_output .= '
---|---|---|
Up | '. $devices['up'] .' | '. $ports['up'] .' | @@ -38,7 +38,7 @@ if ($config['show_services']) { $temp_output .= '
Down | '. $devices['down'] .' | '. $ports['down'] .' | @@ -54,7 +54,7 @@ if ($config['show_services']) { $temp_output .= '
Ignored | '. $devices['ignored'] .' | '. $ports['ignored'] .' | @@ -69,7 +69,7 @@ if ($config['show_services']) { $temp_output .= '
Disabled/Shutdown | '. $devices['disabled'] .' | '. $ports['shutdown'] .' | @@ -86,7 +86,7 @@ if ($config['show_services']) { if ($config['summary_errors']) { $temp_output .= '
Errored | - | '.$ports['errored'].' | @@ -100,7 +100,7 @@ if ($config['summary_errors']) { $temp_output .= '
Total | '. $devices['count'] .' | '. $ports['count'] .' |