commit | 93c8f9e77606cf5f68d74d0e3ade2026fa639bc6 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Sat Jul 02 12:59:44 2016 +0200 |
committer | Thomas Vachuska <tom@onlab.us> | Sat Jul 02 12:59:44 2016 +0200 |
tree | 4f75ecd653c1afbd02a06a8c06ebec2a9b5c224d | |
parent | 83da9b768f98cccb0eb42ee031de118ffa0871b0 [diff] |
Changing label from Switches to Devices Change-Id: Ib1a891bb65f66944c4ea7ee9da07bc80d7d4bc7c
diff --git a/web/gui/src/main/webapp/app/view/topo/topoInst.js b/web/gui/src/main/webapp/app/view/topo/topoInst.js index 22e2b47..4146407 100644 --- a/web/gui/src/main/webapp/app/view/topo/topoInst.js +++ b/web/gui/src/main/webapp/app/view/topo/topoInst.js
@@ -165,7 +165,7 @@ .data(onosOrder, function (d) { return d.id; }); function nSw(n) { - return 'Switches: ' + n; + return 'Devices: ' + n; } // operate on existing onos instances if necessary