mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-12 07:58:49 +00:00
Merge branch 'main' into feature/mealie-widget
This commit is contained in:
commit
39a94190cf
53 changed files with 676 additions and 34 deletions
|
@ -298,6 +298,7 @@ export function cleanServiceGroups(groups) {
|
|||
metric, // glances
|
||||
stream, // mjpeg
|
||||
fit,
|
||||
method, // openmediavault widget
|
||||
} = cleanedService.widget;
|
||||
|
||||
let fieldsList = fields;
|
||||
|
@ -368,6 +369,9 @@ export function cleanServiceGroups(groups) {
|
|||
if (stream) cleanedService.widget.stream = stream;
|
||||
if (fit) cleanedService.widget.fit = fit;
|
||||
}
|
||||
if (type === "openmediavault") {
|
||||
if (method) cleanedService.widget.method = method;
|
||||
}
|
||||
}
|
||||
|
||||
return cleanedService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue