GUI -- Re-worked ONOS Instance panel (WIP)
- added sample events, including updated addInstance event.
- cleaned up glyphs; added badges.
- fixed defect in floating panel .width(...) function.

Change-Id: I00d7ca38a1b291c4735b6dd5e39f0266549b545f
diff --git a/web/gui/src/main/webapp/json/ev/colors/ev_2_onos.json b/web/gui/src/main/webapp/json/ev/colors/ev_2_onos.json
index 644fd55..bbc587a 100644
--- a/web/gui/src/main/webapp/json/ev/colors/ev_2_onos.json
+++ b/web/gui/src/main/webapp/json/ev/colors/ev_2_onos.json
@@ -2,11 +2,13 @@
   "event": "addInstance",
   "payload": {
     "id": "onos-2",
-    "uiAttached": true,
-    "online": false,
+    "ip": "192.168.0.2",
+    "online": true,
+    "uiAttached": false,
+    "switches": 3,
     "labels": [
       "onos-2",
-      "127.0.0.1"
+      "192.168.0.2"
     ]
   }
 }