fixes to routing/vrf/ menu and remove erroneous ) from print-vrf

git-svn-id: http://www.observium.org/svn/observer/trunk@2297 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-05-13 09:45:05 +00:00
parent c156c75b0a
commit f355e33b64
2 changed files with 6 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ echo("<td width=150 class=box-desc>" . $vrf['mplsVpnVrfDescription'] . "</td>");
echo("<td width=100 class=box-desc>" . $vrf['mplsVpnVrfRouteDistinguisher'] . "</td>");
echo('<td class="list-bold">');
foreach (dbFetchRows("SELECT * FROM ports WHERE `device_id` = ? AND `ifVrf` = ?", array($device['device_id'], $vrf['vrf_id'])) as $port))
foreach (dbFetchRows("SELECT * FROM ports WHERE `device_id` = ? AND `ifVrf` = ?", array($device['device_id'], $vrf['vrf_id'])) as $port)
{
if ($_GET['optb'] == "graphs")
{