Skip to content

Commit 8751e34

Browse files
removed : and added space
1 parent e7e2bd6 commit 8751e34

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/app/applications/application-detail/application-detail.component.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,24 @@ <h3>{{ "APPLICATION.DETAILS" | translate }}</h3>
4242
<div class="col-md-5 d-flex align-items-stretch">
4343
<div class="jumbotron jumbotron--m-left jumbotron--full-width width100percent">
4444
<div class="thirty-height" *ngIf="devices && gateways">
45-
<app-map [coordinateList]="coordinateList" [isFromApplication]="true" [applicationId]="application.id" ></app-map>
45+
<app-map
46+
[coordinateList]="coordinateList"
47+
[isFromApplication]="true"
48+
[applicationId]="application.id"
49+
></app-map>
4650
</div>
4751
<div class="col d-flex markerDescriptionDiv">
4852
<div class="col d-flex">
4953
<img alt="IoTDeviceMarker" class="marker" src="{{ greyMarker }}" />
50-
<p>: IoT-Enhed</p>
54+
<p>&nbsp; IoT-Enhed</p>
5155
</div>
5256
<div class="col d-flex">
5357
<img alt="InactiveGatewayMarker" class="marker" src="{{ redMarker }}" />
54-
<p>: Inaktiv gateway</p>
58+
<p>&nbsp; Inaktiv gateway</p>
5559
</div>
5660
<div class="col d-flex">
5761
<img alt="ActiveGatewayMarker" class="marker" src="{{ greenMarker }}" />
58-
<p>: Aktiv gateway</p>
62+
<p>&nbsp; Aktiv gateway</p>
5963
</div>
6064
</div>
6165
</div>

0 commit comments

Comments
 (0)