GUI -- Created initial device view

Change-Id: Ie9b2a4e743d7a8070c3dfe736ad5a953547bd2f9
diff --git a/web/gui/src/main/webapp/tests/app/view/device/fakeData.json b/web/gui/src/main/webapp/tests/app/view/device/fakeData.json
new file mode 100644
index 0000000..a6bd78f
--- /dev/null
+++ b/web/gui/src/main/webapp/tests/app/view/device/fakeData.json
@@ -0,0 +1,88 @@
+{
+  "devices": [
+    {
+      "id": "of:0000000000000001",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    },
+    {
+      "id": "of:0000000000000004",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    },
+    {
+      "id": "of:0000000000000005",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    },
+    {
+      "id": "of:0000000000000002",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    },
+    {
+      "id": "of:0000000000000003",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    },
+    {
+      "id": "of:0000000000000006",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    },
+    {
+      "id": "of:0000000000000007",
+      "available": true,
+      "role": "MASTER",
+      "mfr": "Nicira, Inc.",
+      "hw": "Open vSwitch",
+      "sw": "2.0.1",
+      "serial": "None",
+      "annotations": {
+        "protocol": "OF_10"
+      }
+    }
+  ]
+}
\ No newline at end of file