added widget for xteve (#731)

* added xteve widget

* eslint fixes

* xteve code cleanup

Co-authored-by: Marcus Kimpenhaus <k@AirM2.kimpenhaus.net>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Marcus Kimpenhaus 2022-12-26 05:51:51 +01:00 committed by GitHub
parent 3a27486c34
commit 43a11eadfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 119 additions and 0 deletions

View file

@ -49,6 +49,7 @@ import tubearchivist from "./tubearchivist/widget";
import truenas from "./truenas/widget";
import unifi from "./unifi/widget";
import watchtower from './watchtower/widget'
import xteve from './xteve/widget'
const widgets = {
adguard,
@ -105,6 +106,7 @@ const widgets = {
unifi,
unifi_console: unifi,
watchtower,
xteve,
};
export default widgets;