mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Fix: rename pialert to netalertx (#3253)
This commit is contained in:
parent
9904c2db2f
commit
d49a06efd9
8 changed files with 59 additions and 57 deletions
|
@ -55,6 +55,7 @@ import mjpeg from "./mjpeg/widget";
|
|||
import moonraker from "./moonraker/widget";
|
||||
import mylar from "./mylar/widget";
|
||||
import navidrome from "./navidrome/widget";
|
||||
import netalertx from "./netalertx/widget";
|
||||
import netdata from "./netdata/widget";
|
||||
import nextcloud from "./nextcloud/widget";
|
||||
import nextdns from "./nextdns/widget";
|
||||
|
@ -73,7 +74,6 @@ import peanut from "./peanut/widget";
|
|||
import pfsense from "./pfsense/widget";
|
||||
import photoprism from "./photoprism/widget";
|
||||
import proxmoxbackupserver from "./proxmoxbackupserver/widget";
|
||||
import pialert from "./pialert/widget";
|
||||
import pihole from "./pihole/widget";
|
||||
import plantit from "./plantit/widget";
|
||||
import plex from "./plex/widget";
|
||||
|
@ -171,6 +171,7 @@ const widgets = {
|
|||
moonraker,
|
||||
mylar,
|
||||
navidrome,
|
||||
netalertx,
|
||||
netdata,
|
||||
nextcloud,
|
||||
nextdns,
|
||||
|
@ -189,7 +190,7 @@ const widgets = {
|
|||
pfsense,
|
||||
photoprism,
|
||||
proxmoxbackupserver,
|
||||
pialert,
|
||||
pialert: netalertx,
|
||||
pihole,
|
||||
plantit,
|
||||
plex,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue