| 12345678910111213141516171819202122 |
- [
- {
- "type": "console.page/route",
- "properties": {
- "exact": true,
- "path": "/homelab-dashboard",
- "component": {
- "$codeRef": "DashboardPage"
- }
- }
- },
- {
- "type": "console.navigation/href",
- "properties": {
- "id": "homelab-dashboard",
- "name": "Homelab Dashboard",
- "href": "/homelab-dashboard",
- "perspective": "admin",
- "section": "home"
- }
- }
- ]
|