ONOS-4359: continued work on theming UI
- topo view: fixed device/host badge rendering
- added "mojoColor" mock server scenario

Change-Id: I5d2da657580503abd8015875d45d2e715d44033a
(cherry picked from commit 44c440f)
diff --git a/web/gui/src/test/_karma/ev/mojoColors/ev_18_addDevice_F.json b/web/gui/src/test/_karma/ev/mojoColors/ev_18_addDevice_F.json
new file mode 100644
index 0000000..7482ad7
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/mojoColors/ev_18_addDevice_F.json
@@ -0,0 +1,18 @@
+{
+  "event": "addDevice",
+  "payload": {
+    "id": "of:0000000000000006",
+    "type": "switch",
+    "online": true,
+    "master": "onos-6",
+    "labels": [
+      "",
+      "sw-F",
+      "of:0000000000000006"
+    ],
+    "metaUi": {
+      "x": 600,
+      "y": 350
+    }
+  }
+}