20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"title": "Pi-hole",
|
|
"version": "0.1.0",
|
|
"description": "Pi-hole Monitoring, Listen und Steuerung fuer zwei Instanzen.",
|
|
"menu": [
|
|
{ "label": "Dashboard", "href": "/module/pihole" },
|
|
{ "label": "Instanzen", "href": "/module/pihole/instances" }
|
|
],
|
|
"sidebar": {
|
|
"enabled": true,
|
|
"collapsible": true,
|
|
"default": "collapsed",
|
|
"items": [
|
|
{ "label": "Dashboard", "href": "/module/pihole" },
|
|
{ "label": "Instanzen", "href": "/module/pihole/instances" }
|
|
]
|
|
},
|
|
"setup": { "fields": [] }
|
|
}
|