ONOS-4359: continued work on theming UI
- topo view: device icon and label re-theming (WIP)

Change-Id: I5ecbc1c5b8a8315bfadfaacf62cfdb0e6d1f5a9c
(cherry picked from commit 92eaf44)
diff --git a/web/gui/src/test/_karma/ev/mojo/ev_18_updInst_2_ready.json b/web/gui/src/test/_karma/ev/mojo/ev_18_updInst_2_ready.json
new file mode 100644
index 0000000..4797767
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/mojo/ev_18_updInst_2_ready.json
@@ -0,0 +1,11 @@
+{
+  "event": "updateInstance",
+  "payload": {
+    "id": "ONOS-2",
+    "ip": "192.168.56.102",
+    "online": true,
+    "ready": true,
+    "uiAttached": false,
+    "switches": 0
+  }
+}