mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 03:44:24 +00:00
Merge pull request #1305 from Brantron/notification-bell
Make notification icon clickable
This commit is contained in:
commit
68d6920d38
@ -1,9 +1,9 @@
|
||||
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
||||
<span ng-show="notifications.length > 0" class="status block"
|
||||
<a ng-click="showNotificationsList()" ng-show="notifications.length > 0" class="status block"
|
||||
ng-class="highest.severity"
|
||||
ng-controller="NotificationIndicatorController">
|
||||
<span class="status-indicator icon-bell"></span><span class="label">
|
||||
<a ng-click="showNotificationsList()">{{notifications.length}}
|
||||
Notifications</a>
|
||||
{{notifications.length}} Notifications
|
||||
</span><span class="count">{{notifications.length}}</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user