Skip to content

Commit

Permalink
add alias for Grid and Production
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Roßmann committed Feb 26, 2018
1 parent fcb97a7 commit 1293a8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<mat-card-header>
<img src="assets/img/grid.png" mat-card-avatar/>
<mat-card-title translate>Device.Overview.Energymonitor.GridMeter</mat-card-title>
<mat-card-subtitle>{{ thing }}</mat-card-subtitle>
<mat-card-subtitle>{{ config.things[thing].alias }}</mat-card-subtitle>
</mat-card-header>
<mat-card-content *ngIf="currentData.data[thing] as data">
<table class="full_width">
Expand Down Expand Up @@ -175,7 +175,7 @@
<mat-card-header>
<img src="assets/img/production.png" mat-card-avatar/>
<mat-card-title translate>Device.Overview.Energymonitor.ProductionMeter</mat-card-title>
<mat-card-subtitle>{{ thing }}</mat-card-subtitle>
<mat-card-subtitle>{{ config.things[thing].alias }}</mat-card-subtitle>
</mat-card-header>
<mat-card-content *ngIf="currentData.data[thing] as data">
<table class="full_width">
Expand Down

0 comments on commit 1293a8b

Please sign in to comment.