mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Fix: calendar timezone performance improvements (#2668)
This commit is contained in:
parent
93dc6db4ef
commit
72efd9a08d
7 changed files with 25 additions and 28 deletions
|
@ -368,6 +368,7 @@ export function cleanServiceGroups(groups) {
|
|||
showTime,
|
||||
previousDays,
|
||||
view,
|
||||
timezone,
|
||||
|
||||
// coinmarketcap
|
||||
currency,
|
||||
|
@ -538,6 +539,7 @@ export function cleanServiceGroups(groups) {
|
|||
if (maxEvents) cleanedService.widget.maxEvents = maxEvents;
|
||||
if (previousDays) cleanedService.widget.previousDays = previousDays;
|
||||
if (showTime) cleanedService.widget.showTime = showTime;
|
||||
if (timezone) cleanedService.widget.timezone = timezone;
|
||||
}
|
||||
if (type === "healthchecks") {
|
||||
if (uuid !== undefined) cleanedService.widget.uuid = uuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue