Add Whats Up Docker widget (#1150)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Richy HBM
2023-04-27 19:21:57 +01:00
committed by GitHub
parent dc3019da80
commit f4f58409a2
5 changed files with 53 additions and 0 deletions

View File

@@ -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,
};