mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-17 18:29:48 +00:00
Enhancement: support new unifi network api and api key (#4860)
This commit is contained in:
parent
7f910814f8
commit
a8961c3345
4 changed files with 23 additions and 17 deletions
|
@ -38,7 +38,7 @@ export async function cleanWidgetGroups(widgets) {
|
|||
}
|
||||
});
|
||||
|
||||
// delete url from the sanitized options if the widget is not a search or glances widgeth
|
||||
// delete url from the sanitized options if the widget is not a search or glances widget
|
||||
if (widget.type !== "search" && widget.type !== "glances" && optionKeys.includes("url")) {
|
||||
delete sanitizedOptions.url;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue