Added sample switch data, and augmented selection logic to fetch the detail data from the server.
Also used styled table for displaying properties.
diff --git a/web/gui/src/main/webapp/json/of_0000000000000001.json b/web/gui/src/main/webapp/json/of_0000000000000001.json
new file mode 100644
index 0000000..c484812
--- /dev/null
+++ b/web/gui/src/main/webapp/json/of_0000000000000001.json
@@ -0,0 +1,13 @@
+{
+ "comment": "sample device properties",
+ "id": "of:0000000000000001",
+ "propOrder": [ "name", "type", "dpid", "latitude", "longitude", "allowed" ],
+ "props": {
+ "allowed": true,
+ "latitude": 37.6,
+ "longitude": 122.3,
+ "name": "SFO-W10",
+ "dpid": "00:00:00:00:00:00:00:01",
+ "type": "Roadm"
+ }
+}