mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Feature: Add list view for custom api (#2891)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
ea0310548a
commit
4dca4cc892
3 changed files with 146 additions and 21 deletions
|
@ -378,6 +378,7 @@ export function cleanServiceGroups(groups) {
|
|||
|
||||
// customapi
|
||||
mappings,
|
||||
display,
|
||||
|
||||
// diskstation
|
||||
volume,
|
||||
|
@ -539,6 +540,7 @@ export function cleanServiceGroups(groups) {
|
|||
}
|
||||
if (type === "customapi") {
|
||||
if (mappings) cleanedService.widget.mappings = mappings;
|
||||
if (display) cleanedService.widget.display = display;
|
||||
if (refreshInterval) cleanedService.widget.refreshInterval = refreshInterval;
|
||||
}
|
||||
if (type === "calendar") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue