Files
desktop/custom/apps/pihole/design.json
Lars Gebhardt-Kusche ac2d95fc56
All checks were successful
Deploy / deploy-staging (push) Successful in 25s
Deploy / deploy-production (push) Has been skipped
asdasd
2026-06-25 00:17:31 +02:00

17 lines
832 B
JSON

{
"eyebrow": "Modul",
"title": "Pi-hole",
"description": "Pi-hole Monitoring, Listen und Steuerung fuer mehrere Instanzen.",
"actions": [
{ "label": "Setup", "href": "/apps/pihole/index.php?view=setup", "variant": "ghost" },
{ "label": "Instanzen", "href": "/apps/pihole/index.php?view=instances", "variant": "secondary" }
],
"tabs": [
{ "label": "Dashboard", "href": "/apps/pihole/index.php?view=dashboard", "view": "dashboard" },
{ "label": "Listen", "href": "/apps/pihole/index.php?view=lists", "view": "lists" },
{ "label": "Queries", "href": "/apps/pihole/index.php?view=queries", "view": "queries" },
{ "label": "Instanzen", "href": "/apps/pihole/index.php?view=instances", "view": "instances" },
{ "label": "Setup", "href": "/apps/pihole/index.php?view=setup", "view": "setup" }
]
}