Feature: SWAG dashboard widget (#3523)

This commit is contained in:
quietsy 2024-05-28 08:00:52 +03:00 committed by GitHub
parent 0a75c831a6
commit c6770d233c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 65 additions and 0 deletions

View file

@ -94,6 +94,7 @@ import sonarr from "./sonarr/widget";
import speedtest from "./speedtest/widget";
import stash from "./stash/widget";
import strelaysrv from "./strelaysrv/widget";
import swagdashboard from "./swagdashboard/widget";
import tailscale from "./tailscale/widget";
import tandoor from "./tandoor/widget";
import tautulli from "./tautulli/widget";
@ -213,6 +214,7 @@ const widgets = {
speedtest,
stash,
strelaysrv,
swagdashboard,
tailscale,
tandoor,
tautulli,