mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Feature: Add APC UPS widget (#4840)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
9b8dd94aae
commit
fdf405fe0a
9 changed files with 179 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import adguard from "./adguard/widget";
|
||||
import apcups from "./apcups/widget";
|
||||
import argocd from "./argocd/widget";
|
||||
import atsumeru from "./atsumeru/widget";
|
||||
import audiobookshelf from "./audiobookshelf/widget";
|
||||
|
@ -134,6 +135,7 @@ import zabbix from "./zabbix/widget";
|
|||
|
||||
const widgets = {
|
||||
adguard,
|
||||
apcups,
|
||||
argocd,
|
||||
atsumeru,
|
||||
audiobookshelf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue