File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/app/applications/application-detail Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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 > 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 > 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 > Aktiv gateway</ p >
5963 </ div >
6064 </ div >
6165 </ div >
You can’t perform that action at this time.
0 commit comments