mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +01:00
Merge pull request #8779 from AllForNothing/tag-re
modify metadate of tag-retention
This commit is contained in:
commit
5b9fcf28b0
@ -63,7 +63,7 @@
|
||||
<div class="clr-col-3">
|
||||
<div class="clr-select-wrapper w-100">
|
||||
<select [(ngModel)]="tagsSelect" class="clr-select w-100">
|
||||
<option *ngFor="let d of metadata?.tag_selectors[1]?.decorations"
|
||||
<option *ngFor="let d of metadata?.tag_selectors[0]?.decorations"
|
||||
value="{{d}}">{{getI18nKey(d)|translate}}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user