16 lines
568 B
JSON
16 lines
568 B
JSON
{
|
|
"eyebrow": "Modul",
|
|
"title": "Pi-hole",
|
|
"description": "Pi-hole Monitoring, Listen und Steuerung fuer mehrere Instanzen.",
|
|
"actions": [
|
|
{ "label": "Zur Startseite", "href": "/", "variant": "ghost" },
|
|
{ "label": "Instanzen", "href": "/module/pihole/instances", "variant": "secondary" }
|
|
],
|
|
"tabs": [
|
|
{ "label": "Dashboard", "href": "/module/pihole" },
|
|
{ "label": "Instanzen", "href": "/module/pihole/instances" },
|
|
{ "label": "Listen", "href": "/module/pihole/lists" },
|
|
{ "label": "Queries", "href": "/module/pihole/queries" }
|
|
]
|
|
}
|