Skip to content

Commit

Permalink
modify metadate of tag-retention
Browse files Browse the repository at this point in the history
Signed-off-by: AllForNothing <sshijun@vmware.com>
  • Loading branch information
AllForNothing authored and bitsf committed Aug 22, 2019
1 parent 4a2608c commit 136ed13
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ <h3 class="modal-title" *ngIf="!isAdd">{{'TAG_RETENTION.EDIT_TITLE' | translate}
<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>
Expand Down

0 comments on commit 136ed13

Please sign in to comment.