- synced colors for both horiz and vert widgets

This commit is contained in:
Sławomir Paszkiewicz
2015-10-09 09:43:02 +02:00
parent 9a0fac9a52
commit 7639404672
2 changed files with 6 additions and 6 deletions

View File

@@ -7,11 +7,11 @@ $temp_output = '
<thead>
<tr class="info">
<th>&nbsp;</th>
<th>Total</th>
<th>Up</th>
<th>Down</th>
<th>Ignored</th>
<th>Disabled</th>
<th><span class="grey">Total</span></th>
<th><span class="green">Up</span></th>
<th><span class="red">Down</span></th>
<th><span class="grey">Ignored</span></th>
<th><span class="black">Disabled</span></th>
'.($config['summary_errors'] ? '<th>Errored</th>' : '').'
</tr>
</thead>

View File

@@ -101,7 +101,7 @@ if ($config['summary_errors']) {
$temp_output .= '
</tr>
<tr class="active">
<th>Total</th>
<th><span class="grey">Total</span></th>
<td><a href="devices/"><span>'. $devices['count'] .'</span></a></td>
<td><a href="ports/"><span>'. $ports['count'] .'</span></a></td>
';