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_30_addLink_B_C.json b/web/gui/src/test/_karma/ev/mojo/ev_30_addLink_B_C.json
new file mode 100644
index 0000000..7616e14
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/mojo/ev_30_addLink_B_C.json
@@ -0,0 +1,13 @@
+{
+  "event": "addLink",
+  "payload": {
+    "id": "of:0000ffffffff000b/12-of:0000ffffffff000c/11",
+    "type": "direct",
+    "online": true,
+    "linkWidth": 2,
+    "src": "of:0000ffffffff000b",
+    "srcPort": "12",
+    "dst": "of:0000ffffffff000c",
+    "dstPort": "11"
+  }
+}