mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Fix: calendar timezone performance improvements (#2668)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user