Have tag ops dialog set the expiration date to the current date for the tag, by default

This commit is contained in:
Joseph Schorr 2017-06-27 14:15:33 +03:00
parent 1d600abc5d
commit a8b340feb6
2 changed files with 7 additions and 3 deletions

View file

@ -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>