diff --git a/html/includes/common/device-summary-horiz.inc.php b/html/includes/common/device-summary-horiz.inc.php index 47ddd4a7ea..3a4b22e1a8 100644 --- a/html/includes/common/device-summary-horiz.inc.php +++ b/html/includes/common/device-summary-horiz.inc.php @@ -5,7 +5,7 @@ $temp_output = '
Total | Up | @@ -16,7 +16,7 @@ $temp_output = '|||
---|---|---|---|---|
Devices | '.$devices['count'].' | '.$devices['up'].' | @@ -25,7 +25,7 @@ $temp_output = ''.$devices['disabled'].' | '.($config['summary_errors'] ? '- | ' : '').'
Ports | '.$ports['count'].' | '.$ports['up'].' | @@ -37,7 +37,7 @@ $temp_output = ' if ($config['show_services']) { $temp_output .= ' -||
Services | '.$services['count'].' | '.$services['up'].' |