Fix token expiration display

This commit is contained in:
Johannes Zellner
2020-02-08 01:23:29 +01:00
parent c85f48a9e9
commit f10fafd038

View File

@@ -435,7 +435,7 @@
{{ token.name || 'unnamed' }}
</td>
<td class="elide-table-cell" style="text-overflow: ellipsis; white-space: nowrap;">
{{ token.expiresAt | prettyLongDate }}
{{ token.expires | prettyShortDate }}
</td>
<td class="text-right no-wrap" style="vertical-align: bottom">
<button class="btn btn-xs btn-danger" ng-click="tokens.revokeToken(token)" uib-tooltip="Revoke Token"><i class="far fa-trash-alt"></i></button>