Add tooltip to show the raw time

This commit is contained in:
Girish Ramakrishnan
2019-10-24 09:33:56 -07:00
parent c1b95547d7
commit e2124bac5a
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@
<span class="text-muted">Last backup</span>
</div>
<div class="col-xs-6 text-right">
<span ng-show="lastBackup">{{ lastBackup.creationTime | prettyDate }}</span>
<span uib-tooltip="{{ lastBackup.creationTime | prettyLongDate }}" ng-show="lastBackup">{{ lastBackup.creationTime | prettyDate }}</span>
<span ng-hide="lastBackup">-</span>
</div>
</div>