mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
Merge pull request #496 from stuffinator/pyload_widget
Add Pyload widget
This commit is contained in:
commit
b719a9f6a0
6 changed files with 133 additions and 0 deletions
|
@ -26,6 +26,7 @@ const components = {
|
|||
portainer: dynamic(() => import("./portainer/component")),
|
||||
prowlarr: dynamic(() => import("./prowlarr/component")),
|
||||
proxmox: dynamic(() => import("./proxmox/component")),
|
||||
pyload: dynamic(() => import("./pyload/component")),
|
||||
qbittorrent: dynamic(() => import("./qbittorrent/component")),
|
||||
radarr: dynamic(() => import("./radarr/component")),
|
||||
readarr: dynamic(() => import("./readarr/component")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue