diff --git a/webroot/monitor/infrastructure/dashboard/ui/js/views/VRouterDashboardView.js b/webroot/monitor/infrastructure/dashboard/ui/js/views/VRouterDashboardView.js index 4964cfabb..d2b38b2f0 100644 --- a/webroot/monitor/infrastructure/dashboard/ui/js/views/VRouterDashboardView.js +++ b/webroot/monitor/infrastructure/dashboard/ui/js/views/VRouterDashboardView.js @@ -91,11 +91,19 @@ define( config:[{ field:'instCnt', title:'Instances', - yLbl: 'vRouters' + yLbl: 'vRouters', + excludeList: [{ + key:'vRouterType', + value:'tor-agent' + }] },{ field:'intfCnt', title:'Interfaces', - yLbl: 'vRouters' + yLbl: 'vRouters', + excludeList: [{ + key:'vRouterType', + value:'tor-agent' + }] },{ field:'vnCnt', title:'VNs',