Show label if no new notifications exist

This commit is contained in:
Johannes Zellner
2019-01-08 13:49:21 +01:00
parent c9628c0f75
commit b9db6040f4

View File

@@ -298,6 +298,7 @@
</div>
<div class="row" ng-hide="notifications.busy">
<div class="col-xs-12">
<div ng-hide="notifications.notifications.length" class="text-center">All Caught Up!</div>
<table class="table table-hover">
<tbody ng-repeat="notification in notifications.notifications">
<tr ng-class="{ 'notification-details': notifications.activeNotification === notification }">