add prometheus service widget

This commit is contained in:
Tristin Terry
2023-02-24 19:55:13 -06:00
parent 7740f7e2dd
commit 8dcb3a27bd
5 changed files with 60 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ import xteve from "./xteve/widget";
import immich from "./immich/widget";
import uptimekuma from "./uptimekuma/widget";
import unmanic from "./unmanic/widget";
import prometheus from "./prometheus/widget";
const widgets = {
adguard,
@@ -144,6 +145,7 @@ const widgets = {
xteve,
immich,
uptimekuma,
prometheus
};
export default widgets;