mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
Fix css issue for resource type filter (#17529)
Signed-off-by: AllForNothing <sshijun@vmware.com> Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
9573cd7753
commit
acf68d3533
@ -109,8 +109,10 @@
|
||||
<h3 class="modal-title">{{ 'P2P_PROVIDER.TASKS' | translate }}</h3>
|
||||
<div class="row flex-items-xs-between flex-items-xs-bottom">
|
||||
<div class="action-select">
|
||||
<div class="select filter-tag" [hidden]="!isOpenFilterTag">
|
||||
<select (change)="selectFilter($event)">
|
||||
<div
|
||||
class="select filter-tag clr-select-wrapper"
|
||||
[hidden]="!isOpenFilterTag">
|
||||
<select class="clr-select" (change)="selectFilter($event)">
|
||||
<option value="resourceType">
|
||||
{{ 'REPLICATION.RESOURCE_TYPE' | translate }}
|
||||
</option>
|
||||
|
Loading…
Reference in New Issue
Block a user