Skip to content

Commit

Permalink
Related-Bug: #1645159
Browse files Browse the repository at this point in the history
Don't include interface/instance count from tor-agents in total
interface/instances count in Monitor > Infra > Dashboard [vRouters]

Change-Id: I654ee7af19fb3c43819d4bef3700ac777215eda0
  • Loading branch information
knagakiran committed Dec 8, 2016
1 parent 113aad5 commit 7d2705c
Showing 1 changed file with 10 additions and 2 deletions.
Expand Up @@ -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',
Expand Down

0 comments on commit 7d2705c

Please sign in to comment.