fix service widgets import organization
This commit is contained in:
parent
829f7e33bc
commit
449c23a63d
2 changed files with 10 additions and 10 deletions
|
@ -22,6 +22,7 @@ const components = {
|
||||||
hdhomerun: dynamic(() => import("./hdhomerun/component")),
|
hdhomerun: dynamic(() => import("./hdhomerun/component")),
|
||||||
homebridge: dynamic(() => import("./homebridge/component")),
|
homebridge: dynamic(() => import("./homebridge/component")),
|
||||||
healthchecks: dynamic(() => import("./healthchecks/component")),
|
healthchecks: dynamic(() => import("./healthchecks/component")),
|
||||||
|
immich: dynamic(() => import("./immich/component")),
|
||||||
jackett: dynamic(() => import("./jackett/component")),
|
jackett: dynamic(() => import("./jackett/component")),
|
||||||
jellyfin: dynamic(() => import("./emby/component")),
|
jellyfin: dynamic(() => import("./emby/component")),
|
||||||
jellyseerr: dynamic(() => import("./jellyseerr/component")),
|
jellyseerr: dynamic(() => import("./jellyseerr/component")),
|
||||||
|
@ -50,6 +51,7 @@ const components = {
|
||||||
pihole: dynamic(() => import("./pihole/component")),
|
pihole: dynamic(() => import("./pihole/component")),
|
||||||
plex: dynamic(() => import("./plex/component")),
|
plex: dynamic(() => import("./plex/component")),
|
||||||
portainer: dynamic(() => import("./portainer/component")),
|
portainer: dynamic(() => import("./portainer/component")),
|
||||||
|
prometheus: dynamic(() => import("./prometheus/component")),
|
||||||
prowlarr: dynamic(() => import("./prowlarr/component")),
|
prowlarr: dynamic(() => import("./prowlarr/component")),
|
||||||
proxmox: dynamic(() => import("./proxmox/component")),
|
proxmox: dynamic(() => import("./proxmox/component")),
|
||||||
pterodactyl: dynamic(() => import("./pterodactyl/component")),
|
pterodactyl: dynamic(() => import("./pterodactyl/component")),
|
||||||
|
@ -71,11 +73,9 @@ const components = {
|
||||||
truenas: dynamic(() => import("./truenas/component")),
|
truenas: dynamic(() => import("./truenas/component")),
|
||||||
unifi: dynamic(() => import("./unifi/component")),
|
unifi: dynamic(() => import("./unifi/component")),
|
||||||
unmanic: dynamic(() => import("./unmanic/component")),
|
unmanic: dynamic(() => import("./unmanic/component")),
|
||||||
|
uptimekuma: dynamic(() => import("./uptimekuma/component")),
|
||||||
watchtower: dynamic(() => import("./watchtower/component")),
|
watchtower: dynamic(() => import("./watchtower/component")),
|
||||||
xteve: dynamic(() => import("./xteve/component")),
|
xteve: dynamic(() => import("./xteve/component")),
|
||||||
immich: dynamic(() => import("./immich/component")),
|
|
||||||
uptimekuma: dynamic(() => import("./uptimekuma/component")),
|
|
||||||
prometheus: dynamic(() => import("./prometheus/component")),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default components;
|
export default components;
|
||||||
|
|
|
@ -17,6 +17,7 @@ import grafana from "./grafana/widget";
|
||||||
import hdhomerun from "./hdhomerun/widget";
|
import hdhomerun from "./hdhomerun/widget";
|
||||||
import homebridge from "./homebridge/widget";
|
import homebridge from "./homebridge/widget";
|
||||||
import healthchecks from "./healthchecks/widget";
|
import healthchecks from "./healthchecks/widget";
|
||||||
|
import immich from "./immich/widget";
|
||||||
import jackett from "./jackett/widget";
|
import jackett from "./jackett/widget";
|
||||||
import jellyseerr from "./jellyseerr/widget";
|
import jellyseerr from "./jellyseerr/widget";
|
||||||
import komga from "./komga/widget";
|
import komga from "./komga/widget";
|
||||||
|
@ -44,6 +45,7 @@ import proxmoxbackupserver from "./proxmoxbackupserver/widget";
|
||||||
import pihole from "./pihole/widget";
|
import pihole from "./pihole/widget";
|
||||||
import plex from "./plex/widget";
|
import plex from "./plex/widget";
|
||||||
import portainer from "./portainer/widget";
|
import portainer from "./portainer/widget";
|
||||||
|
import prometheus from "./prometheus/widget";
|
||||||
import prowlarr from "./prowlarr/widget";
|
import prowlarr from "./prowlarr/widget";
|
||||||
import proxmox from "./proxmox/widget";
|
import proxmox from "./proxmox/widget";
|
||||||
import pterodactyl from "./pterodactyl/widget";
|
import pterodactyl from "./pterodactyl/widget";
|
||||||
|
@ -64,12 +66,10 @@ import transmission from "./transmission/widget";
|
||||||
import tubearchivist from "./tubearchivist/widget";
|
import tubearchivist from "./tubearchivist/widget";
|
||||||
import truenas from "./truenas/widget";
|
import truenas from "./truenas/widget";
|
||||||
import unifi from "./unifi/widget";
|
import unifi from "./unifi/widget";
|
||||||
|
import unmanic from "./unmanic/widget";
|
||||||
|
import uptimekuma from "./uptimekuma/widget";
|
||||||
import watchtower from "./watchtower/widget";
|
import watchtower from "./watchtower/widget";
|
||||||
import xteve from "./xteve/widget";
|
import xteve from "./xteve/widget";
|
||||||
import immich from "./immich/widget";
|
|
||||||
import uptimekuma from "./uptimekuma/widget";
|
|
||||||
import unmanic from "./unmanic/widget";
|
|
||||||
import prometheus from "./prometheus/widget";
|
|
||||||
|
|
||||||
const widgets = {
|
const widgets = {
|
||||||
adguard,
|
adguard,
|
||||||
|
@ -91,6 +91,7 @@ const widgets = {
|
||||||
hdhomerun,
|
hdhomerun,
|
||||||
homebridge,
|
homebridge,
|
||||||
healthchecks,
|
healthchecks,
|
||||||
|
immich,
|
||||||
jackett,
|
jackett,
|
||||||
jellyfin: emby,
|
jellyfin: emby,
|
||||||
jellyseerr,
|
jellyseerr,
|
||||||
|
@ -119,6 +120,7 @@ const widgets = {
|
||||||
pihole,
|
pihole,
|
||||||
plex,
|
plex,
|
||||||
portainer,
|
portainer,
|
||||||
|
prometheus,
|
||||||
prowlarr,
|
prowlarr,
|
||||||
proxmox,
|
proxmox,
|
||||||
pterodactyl,
|
pterodactyl,
|
||||||
|
@ -141,11 +143,9 @@ const widgets = {
|
||||||
unifi,
|
unifi,
|
||||||
unifi_console: unifi,
|
unifi_console: unifi,
|
||||||
unmanic,
|
unmanic,
|
||||||
|
uptimekuma,
|
||||||
watchtower,
|
watchtower,
|
||||||
xteve,
|
xteve,
|
||||||
immich,
|
|
||||||
uptimekuma,
|
|
||||||
prometheus
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default widgets;
|
export default widgets;
|
||||||
|
|
Loading…
Add table
Reference in a new issue