We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725cfb1 commit 39d8f33Copy full SHA for 39d8f33
src/app/applications/application-detail/application-detail.component.html
@@ -41,7 +41,7 @@ <h3>{{ "APPLICATION.DETAILS" | translate }}</h3>
41
</div>
42
<div class="col-md-4 d-flex align-items-stretch">
43
<div class="jumbotron jumbotron--m-left jumbotron--full-width">
44
- <div class="thirty-height" *ngIf="devs && gateways">
+ <div class="thirty-height" *ngIf="devices && gateways">
45
<app-map [coordinateList]="coordinateList" [isFromApplication]="true"></app-map>
46
47
0 commit comments