mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Feature: Zabbix service widget (#3905)
Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
4c6150a545
commit
44f8e9d4da
10 changed files with 136 additions and 6 deletions
|
@ -119,6 +119,7 @@ import whatsupdocker from "./whatsupdocker/widget";
|
|||
import xteve from "./xteve/widget";
|
||||
import urbackup from "./urbackup/widget";
|
||||
import romm from "./romm/widget";
|
||||
import zabbix from "./zabbix/widget";
|
||||
|
||||
const widgets = {
|
||||
adguard,
|
||||
|
@ -245,6 +246,7 @@ const widgets = {
|
|||
wgeasy,
|
||||
whatsupdocker,
|
||||
xteve,
|
||||
zabbix,
|
||||
};
|
||||
|
||||
export default widgets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue