Skip to content

Commit

Permalink
update project-SelectScanner modal Default field css (goharbor#19753)
Browse files Browse the repository at this point in the history
Co-authored-by: Wang Yan <wangyan@vmware.com>
Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
  • Loading branch information
2 people authored and Altynbaev Dinislam committed Jan 29, 2024
1 parent 5e20d2f commit 3f3c05d
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 3f3c05d

Please sign in to comment.