mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- synced colors for both horiz and vert widgets
This commit is contained in:
@@ -7,11 +7,11 @@ $temp_output = '
|
||||
<thead>
|
||||
<tr class="info">
|
||||
<th> </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>
|
||||
|
@@ -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>
|
||||
';
|
||||
|
Reference in New Issue
Block a user