Skip to content

Commit

Permalink
update project-SelectScanner modal Default field css (#19753)
Browse files Browse the repository at this point in the history
Co-authored-by: Wang Yan <[email protected]>
  • Loading branch information
ShengqiWang and wy65701436 authored Jan 4, 2024
1 parent 0d157f2 commit ed4587b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ <h3 class="modal-title">{{ 'SCANNER.SELECT_SCANNER' | translate }}</h3>
<span *ngIf="scanner.is_default" class="label label-info">{{
scanner.is_default
}}</span>
<span *ngIf="!scanner.is_default">{{
scanner.is_default
}}</span>
<span
*ngIf="!scanner.is_default"
class="label label-info"
>{{ scanner.is_default }}</span
>
</clr-dg-cell>
<clr-dg-cell>{{ scanner.description }}</clr-dg-cell>
</clr-dg-row>
Expand Down

0 comments on commit ed4587b

Please sign in to comment.