Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / logging / config.json
diff --git a/skyquake/plugins/logging/config.json b/skyquake/plugins/logging/config.json
new file mode 100644 (file)
index 0000000..f68358d
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "root": "public",
+    "name": "Logging",
+    "dashboard": "./loggingGeneral.jsx",
+    "order": 101,
+    "priority":2,
+    "routes": [
+        {
+            "label": "Logging",
+            "route": "/",
+            "component": "./loggingGeneral.jsx",
+            "path": "",
+            "type": "internal"
+        }
+    ]
+}