RIFT-14134, RIFT-14548: RO CRU and Instantiate Data Centers
[osm/UI.git] / skyquake / plugins / config / config.json
diff --git a/skyquake/plugins/config/config.json b/skyquake/plugins/config/config.json
new file mode 100644 (file)
index 0000000..6fd9f43
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "root": "public",
+    "name": "Config",
+    "dashboard": "./dashboard/dashboard.jsx",
+    "order": 1,
+    "priority":1,
+    "routes": [
+    {
+        "label": "Configuration Dashboard",
+        "route": "accounts",
+        "component": "./dashboard/dashboard.jsx",
+        "path": "accounts",
+        "type": "internal"
+    }]
+}