mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00: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:
parent
3a27486c34
commit
43a11eadfc
6 changed files with 119 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue