website: fix missing integrations in sidebar
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
7835f3d873
commit
fe1e2aa8af
|
@ -82,6 +82,7 @@ module.exports = {
|
||||||
"services/sonarr/index",
|
"services/sonarr/index",
|
||||||
"services/tautulli/index",
|
"services/tautulli/index",
|
||||||
"services/jellyfin/index",
|
"services/jellyfin/index",
|
||||||
|
"services/weblate/index",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -89,6 +90,7 @@ module.exports = {
|
||||||
label: "Monitoring",
|
label: "Monitoring",
|
||||||
items: [
|
items: [
|
||||||
"services/grafana/index",
|
"services/grafana/index",
|
||||||
|
"services/sentry/index",
|
||||||
"services/ubuntu-landscape/index",
|
"services/ubuntu-landscape/index",
|
||||||
"services/uptime-kuma/index",
|
"services/uptime-kuma/index",
|
||||||
"services/zabbix/index",
|
"services/zabbix/index",
|
||||||
|
|
Reference in New Issue