CORD Subscriber GUI -- Updated sample JSON to reflect current thinking.

Change-Id: Iae85cbe03c46f58341ed6ae973ebf066fda894d7
diff --git a/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json b/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
index 02adf55..b7df611 100644
--- a/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
+++ b/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
@@ -5,14 +5,14 @@
       {
         "id": "internet",
         "name": "Internet",
-        "active": true,
-        "editable": false
+        "desc": "Basic internet connectivity",
+        "params": {}
       },
       {
         "id": "firewall",
         "name": "Firewall",
-        "active": true,
-        "editable": true
+        "desc": "Normal firewall protection",
+        "params": {}
       }
     ]
   }