Changing label from Switches to Devices
Change-Id: Ib1a891bb65f66944c4ea7ee9da07bc80d7d4bc7c
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -165,7 +165,7 @@ | ... | @@ -165,7 +165,7 @@ |
165 | .data(onosOrder, function (d) { return d.id; }); | 165 | .data(onosOrder, function (d) { return d.id; }); |
166 | 166 | ||
167 | function nSw(n) { | 167 | function nSw(n) { |
168 | - return 'Switches: ' + n; | 168 | + return 'Devices: ' + n; |
169 | } | 169 | } |
170 | 170 | ||
171 | // operate on existing onos instances if necessary | 171 | // operate on existing onos instances if necessary | ... | ... |
-
Please register or login to post a comment