Have tag ops dialog set the expiration date to the current date for the tag, by default
This commit is contained in:
parent
1d600abc5d
commit
a8b340feb6
2 changed files with 7 additions and 3 deletions
|
@ -126,7 +126,8 @@
|
|||
</ul>
|
||||
|
||||
<label style="margin-top: 20px;">Expiration Date:</label>
|
||||
<span class="datetime-picker" datetime="changeTagsExpirationInfo.expiration_date"></span>
|
||||
<span class="datetime-picker" datetime="changeTagsExpirationInfo.expiration_date"
|
||||
ng-if="changeTagsExpirationInfo"></span>
|
||||
<span class="co-help-text">
|
||||
If specified, the date and time that the key expires. If set to none, the tag(s) will not expire.
|
||||
</span>
|
||||
|
|
Reference in a new issue