ONOS-4359: continued work on theming UI
- topo view: map and instance panel re-theming.

Change-Id: I8e5b0eda61b78b7d54593d84efccb16c54c1611e
(cherry picked from commit 2d147f6)
diff --git a/web/gui/src/test/_karma/ev/mojo/ev_3_addInst_3.json b/web/gui/src/test/_karma/ev/mojo/ev_3_addInst_3.json
new file mode 100644
index 0000000..093b85d
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/mojo/ev_3_addInst_3.json
@@ -0,0 +1,11 @@
+{
+  "event": "addInstance",
+  "payload": {
+    "id": "ONOS-3",
+    "ip": "192.168.56.103",
+    "online": true,
+    "ready": false,
+    "uiAttached": false,
+    "switches": 3
+  }
+}