From aeb1c1fc4368b5ed7223e354f3449cd677f9eb8b Mon Sep 17 00:00:00 2001 From: Bennett Blodinger Date: Fri, 19 Aug 2016 13:39:58 -0400 Subject: [PATCH] Keep theme consistent on tables Makes the tables a bit more uniform --- html/includes/common/device-summary-horiz.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = '
- + @@ -16,7 +16,7 @@ $temp_output = ' - + @@ -25,7 +25,7 @@ $temp_output = ' '.($config['summary_errors'] ? '' : '').' - + @@ -37,7 +37,7 @@ $temp_output = ' if ($config['show_services']) { $temp_output .= ' - +
  Total Up
Devices '.$devices['count'].' '.$devices['up'].' '.$devices['disabled'].'-
Ports '.$ports['count'].' '.$ports['up'].'
Services '.$services['count'].' '.$services['up'].'