RIFT-14134, RIFT-14548: RO CRU and Instantiate Data Centers
[osm/UI.git] / skyquake / plugins / config / config.json
1 {
2     "root": "public",
3     "name": "Config",
4     "dashboard": "./dashboard/dashboard.jsx",
5     "order": 1,
6     "priority":1,
7     "routes": [
8     {
9         "label": "Configuration Dashboard",
10         "route": "accounts",
11         "component": "./dashboard/dashboard.jsx",
12         "path": "accounts",
13         "type": "internal"
14     }]
15 }