mirror of
https://github.com/goharbor/harbor.git
synced 2025-04-17 17:35:46 +02:00
Modiy the way of replication show label filter
Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
parent
fc106e218c
commit
7300c9b3c3
@ -71,7 +71,7 @@
|
||||
<span class="spinner spinner-inline spinner-position" [hidden]="onGoing === false"></span>
|
||||
<div formArrayName="filters" class="clr-control-container">
|
||||
<div class="filterSelect" *ngFor="let filter of filters.controls; let i=index">
|
||||
<div [formGroupName]="i" *ngIf="supportedFilters[i]?.type !=='label' || (supportedFilters[i]?.type==='label' && supportedFilterLabels?.length)">
|
||||
<div [formGroupName]="i" >
|
||||
<div class="width-70">
|
||||
<label>{{"REPLICATION." + supportedFilters[i]?.type.toUpperCase() | translate}}:</label>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user