Add healthcheck widget

This commit is contained in:
Rommel Kott 2023-02-19 02:31:57 -06:00 committed by shamoon
parent 0e2b474540
commit 5def5dd508
5 changed files with 87 additions and 0 deletions

View file

@ -21,6 +21,7 @@ const components = {
grafana: dynamic(() => import("./grafana/component")),
hdhomerun: dynamic(() => import("./hdhomerun/component")),
homebridge: dynamic(() => import("./homebridge/component")),
healthchecks: dynamic(() => import("./healthchecks/component")),
jackett: dynamic(() => import("./jackett/component")),
jellyfin: dynamic(() => import("./emby/component")),
jellyseerr: dynamic(() => import("./jellyseerr/component")),