mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed an issue with c6kxbar.inc.php
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
echo('<a href="device/device='.$device['device_id'].'/tab=health/metric=mempool/">');
|
||||
echo("<img src='images/16/arrow_switch.png'> Catalyst 6k Crossbar</a>");
|
||||
echo(' </div>
|
||||
<table class="table table-hover table-condensed table-striped">
|
||||
<table class="table table-hover table-condensed table-striped">');
|
||||
|
||||
foreach ($entity_state['group']['c6kxbar'] as $index => $entry)
|
||||
{
|
||||
|
Reference in New Issue
Block a user