Reorganize dashboard into subfolders
[portal/ric-dashboard.git] / webapp-frontend / src / assets / mockdata / db.json
diff --git a/webapp-frontend/src/assets/mockdata/db.json b/webapp-frontend/src/assets/mockdata/db.json
deleted file mode 100644 (file)
index 31bd473..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-{
-  "config": [
-    {
-      "id": "jsonURL",
-      "value": "http://localhost:3000"
-    },
-    {
-      "id": "host",
-      "value": "http://localhost:3000"
-    },
-    {
-      "id": "metricspath",
-      "value": "/a1ric/metrics"
-    },
-    {
-      "id": "delaypath",
-      "value": "/a1ric/delay"
-    },
-    {
-      "id": "loadpath",
-      "value": "/a1ric/load"
-    }
-  ],
-  "metrics": {
-    "latency": 11,
-    "load": 100,
-    "ricload": 100,
-    "time": 123
-  },
-  "delay": {
-    "delay": 64877
-  },
-  "load": {
-    "load": 1
-  }
-}
\ No newline at end of file