Skip to content

Commit 0da8511

Browse files
committed
Merge remote-tracking branch 'origin/backlog/add-detail-view-for-echoes' into backlog/add-detail-view-for-echoes
# Conflicts: # frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html
2 parents c988453 + 2ed23fa commit 0da8511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
<ng-container *ngIf="alert.expanded">
7575
<tr>
7676
<td class="expanded-row-detail" [attr.colspan]="fields.length + 2" >
77-
<app-alert-view-detail [isEcho]=" true"
77+
<app-alert-view-detail [isEcho]="true"
7878
[alert]="alert"
79-
[hideEmptyField]=" true"
79+
[hideEmptyField]="true"
8080
[dataType]="dataType">
8181
</app-alert-view-detail>
8282
</td>

0 commit comments

Comments
 (0)