diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index f929890..a1858b4 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -1279,6 +1279,12 @@ const config: Config = { icon: svg(icons.mdiPower), on: "2", off: "0", + }, + { + type: "link", + link: "http://192.168.0.10:8080/", + text: "Open Webinterface", + icon: svg(icons.mdiOpenInNew) } ] },