Feature: DeveLanCacheUI service widget (#3854)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Devedse 2024-08-16 01:28:53 +02:00 committed by GitHub
parent ca1577166d
commit 0d25f5789b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 75 additions and 0 deletions

View file

@ -15,6 +15,7 @@ import coinmarketcap from "./coinmarketcap/widget";
import crowdsec from "./crowdsec/widget";
import customapi from "./customapi/widget";
import deluge from "./deluge/widget";
import develancacheui from "./develancacheui/widget";
import diskstation from "./diskstation/widget";
import downloadstation from "./downloadstation/widget";
import emby from "./emby/widget";
@ -135,6 +136,7 @@ const widgets = {
crowdsec,
customapi,
deluge,
develancacheui,
diskstation,
downloadstation,
emby,