mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
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:
committed by
GitHub
parent
3a27486c34
commit
43a11eadfc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user