mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-05 01:25:40 -05:00
Add power chart
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<mat-spinner *ngIf="loading && !chart" class="content-spinner" strokeWidth="5"></mat-spinner>
|
||||
<div class="chart-content">
|
||||
<header class="chart-header">
|
||||
<button mat-button (click)="loadChart()" [disabled]="loading">
|
||||
<mat-icon>refresh</mat-icon>
|
||||
</button>
|
||||
<button mat-button (click)="chartTypeChange(ChartType.Weather)" [class.selected]="selectedChartType === ChartType.Weather" [disabled]="loading">
|
||||
Common
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user