From 8e8a43f811f4b7e87ec690d81b9e8b47a12f069f Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 29 Apr 2011 22:50:59 +0000 Subject: [PATCH] fix vrf showing packets graphs git-svn-id: http://www.observium.org/svn/observer/trunk@2206 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/routing/vrf.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/routing/vrf.inc.php b/html/pages/routing/vrf.inc.php index f508ae5bee..2c0fb57ca5 100644 --- a/html/pages/routing/vrf.inc.php +++ b/html/pages/routing/vrf.inc.php @@ -78,7 +78,7 @@ if($_GET['optb'] == "all" ) { switch ($_GET['optc']) { case 'bits': - case 'pkts': + case 'upkts': case 'nupkts': case 'errors': $port['width'] = "130";