Make defaut temperature history length 1 week (#939)

Closes #356
This commit is contained in:
Aram Akhavan
2026-02-21 20:48:44 -08:00
committed by GitHub
parent dd8a6757d1
commit 3a06920354
@@ -32,7 +32,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
summaryData: { [key: string]: DeviceSummaryModel };
hostGroups: { [hostId: string]: string[] } = {}
temperatureOptions: ApexOptions;
tempDurationKey = 'forever'
tempDurationKey = 'week'
config: AppConfig;
showArchived: boolean;