Thomas Vachuska

Changing label from Switches to Devices

Change-Id: Ib1a891bb65f66944c4ea7ee9da07bc80d7d4bc7c
......@@ -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
......