GUI -- [ONOS-89] - completed device mastership affinity coloring work.

Change-Id: I6d42c41cf30c042171550352ce05325b53560841
diff --git a/web/gui/src/main/webapp/json/ev/colors/ev_34_onos.json b/web/gui/src/main/webapp/json/ev/colors/ev_34_onos.json
new file mode 100644
index 0000000..1cab6fd
--- /dev/null
+++ b/web/gui/src/main/webapp/json/ev/colors/ev_34_onos.json
@@ -0,0 +1,14 @@
+{
+  "event": "updateInstance",
+  "payload": {
+    "id": "onos-slave",
+    "ip": "192.168.0.11",
+    "online": false,
+    "uiAttached": false,
+    "switches": 17,
+    "labels": [
+      "onos-slave",
+      "192.168.0.11"
+    ]
+  }
+}