Fixed an issue with c6kxbar.inc.php

This commit is contained in:
laf
2014-02-27 18:43:39 +00:00
parent 54c3b7bc14
commit 50157a721c

View File

@ -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)
{