Skip to content

Commit

Permalink
CST-12498 rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Vianelli committed Nov 20, 2023
1 parent 532f472 commit aa08989
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2 class="flex-grow-1">{{ 'ldn-create-service.title' | translate }}</h2>
</div>
</div>

<div class="col-sm-2">
<div class="col-sm-1">
<button (click)="removeInboundPattern(i)" class="btn btn-outline-dark trash-button">
<i class="fas fa-trash"></i>
</button>
Expand All @@ -202,7 +202,7 @@ <h2 class="flex-grow-1">{{ 'ldn-create-service.title' | translate }}</h2>
<label class="">{{ 'ldn-new-service.form.label.ItemFilter' | translate }}</label>
</div>
</ng-container>
<div class="col-sm-1 ">
<div class="col-sm1 ">
<label class="label-box-2" style="visibility: hidden;">
{{ 'ldn-new-service.form.label.automatic' | translate }}
</label>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h2 class="flex-grow-1">{{ 'ldn-create-service.title' | translate }}</h2>
</div>
</div>

<div class="col-sm-2">
<div class="col-sm-1">
<button (click)="removeOutboundPattern(i)" class="btn btn-outline-dark trash-button">
<i class="fas fa-trash"></i>
</button>
Expand Down

0 comments on commit aa08989

Please sign in to comment.