Feature: Netdata service widget (#2672)

This commit is contained in:
Mitchell 2024-01-18 01:01:20 +01:00 committed by GitHub
parent 72efd9a08d
commit 7f621ed518
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 67 additions and 0 deletions

View file

@ -50,6 +50,7 @@ import mjpeg from "./mjpeg/widget";
import moonraker from "./moonraker/widget";
import mylar from "./mylar/widget";
import navidrome from "./navidrome/widget";
import netdata from "./netdata/widget";
import nextcloud from "./nextcloud/widget";
import nextdns from "./nextdns/widget";
import npm from "./npm/widget";
@ -155,6 +156,7 @@ const widgets = {
moonraker,
mylar,
navidrome,
netdata,
nextcloud,
nextdns,
npm,