mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-26 09:35:40 -05:00
Switch to combined chart
This commit is contained in:
@@ -34,31 +34,13 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<mat-list-item>
|
||||
<a routerLink="/weather-charts" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }" mat-list-item>
|
||||
<mat-icon matListIcon class="nav-icon">
|
||||
multiline_chart
|
||||
</mat-icon>
|
||||
<span class="nav-caption">
|
||||
Weather Charts
|
||||
</span>
|
||||
</mat-list-item>
|
||||
|
||||
<a routerLink="/weather-charts/temperature" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }" mat-list-item>
|
||||
<span class="nav-sub-item">
|
||||
Temperature
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a routerLink="/weather-charts/humidity" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }" mat-list-item>
|
||||
<span class="nav-sub-item">
|
||||
Humidity
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a routerLink="/weather-charts/pressure" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }" mat-list-item>
|
||||
<span class="nav-sub-item">
|
||||
Pressure
|
||||
</span>
|
||||
</a>
|
||||
</mat-nav-list>
|
||||
</mat-sidenav>
|
||||
|
||||
Reference in New Issue
Block a user