Show notification time

This commit is contained in:
Johannes Zellner
2019-01-08 13:24:05 +01:00
parent 71eaf9966f
commit 5ab390c3db
2 changed files with 4 additions and 2 deletions

View File

@@ -302,7 +302,7 @@
<tbody ng-repeat="notification in notifications.notifications">
<tr ng-class="{ 'notification-details': notifications.activeNotification === notification }">
<td class="text-left hand elide-table-cell" ng-click="notifications.clicked(notification)">
{{ notification.title }}
{{ notification.title }} <small class="text-muted" uib-tooltip="{{ notification.creationTime | prettyLongDate }}">{{ notification.creationTime | prettyDate }}</small>
</td>
<td class="text-right no-wrap" style="vertical-align: bottom">
<button class="btn btn-xs btn-success" ng-click="notifications.ack(notification)" uib-tooltip="Clear"><i class="fa fa-check"></i></button>