GUI -- Added updateLink and removeLink event handling.

Change-Id: Iae2d1f47bd4849e8ac80bebe721a2aa0ad5f4964
diff --git a/web/gui/src/main/webapp/json/ev/simple/scenario.json b/web/gui/src/main/webapp/json/ev/simple/scenario.json
index 19d6190..5fb8869 100644
--- a/web/gui/src/main/webapp/json/ev/simple/scenario.json
+++ b/web/gui/src/main/webapp/json/ev/simple/scenario.json
@@ -10,13 +10,16 @@
   "description": [
     "1. add device [8] (offline)",
     "2. add device [3] (offline)",
-    "3. update device [8] (online)",
-    "4. update device [3] (online)",
+    "3. update device [8] (online, label3 change)",
+    "4. update device [3] (online, label3 change)",
     "5. add link [3] --> [8]",
     "6. add host (to [3])",
     "7. add host (to [8])",
     "8. update host[3] (IP now 10.0.0.13)",
     "9. update host[8] (IP now 10.0.0.17)",
+    "10. update link (increase width, update props)",
+    "11. update link (reduce width, update props)",
+    "12. remove link",
     ""
   ]
 }
\ No newline at end of file