mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Feature: DeveLanCacheUI service widget (#3854)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
ca1577166d
commit
0d25f5789b
7 changed files with 75 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue