File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/applications/application-detail Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ <h3>{{ "APPLICATION.DETAILS" | translate }}</h3>
4646 </ div >
4747 < div class ="col d-flex markerDescriptionDiv ">
4848 < div class ="col d-flex ">
49- < img class ="marker " src ="{{ greyMarker }} " />
49+ < img alt =" IoTDeviceMarker " class ="marker " src ="{{ greyMarker }} " />
5050 < p > : IoT-Enhed</ p >
5151 </ div >
5252 < div class ="col d-flex ">
53- < img class ="marker " src ="{{ redMarker }} " />
53+ < img alt =" InactiveGatewayMarker " class ="marker " src ="{{ redMarker }} " />
5454 < p > : Inaktiv gateway</ p >
5555 </ div >
5656 < div class ="col d-flex ">
57- < img class ="marker " src ="{{ greenMarker }} " />
57+ < img alt =" ActiveGatewayMarker " class ="marker " src ="{{ greenMarker }} " />
5858 < p > : Aktiv gateway</ p >
5959 </ div >
6060 </ div >
You can’t perform that action at this time.
0 commit comments