mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Add Whats Up Docker widget (#1150)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
dc3019da80
commit
f4f58409a2
5 changed files with 53 additions and 0 deletions
|
@ -75,6 +75,7 @@ import unifi from "./unifi/widget";
|
|||
import unmanic from "./unmanic/widget";
|
||||
import uptimekuma from "./uptimekuma/widget";
|
||||
import watchtower from "./watchtower/widget";
|
||||
import whatsupdocker from "./whatsupdocker/widget";
|
||||
import xteve from "./xteve/widget";
|
||||
|
||||
const widgets = {
|
||||
|
@ -157,6 +158,7 @@ const widgets = {
|
|||
unmanic,
|
||||
uptimekuma,
|
||||
watchtower,
|
||||
whatsupdocker,
|
||||
xteve,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue