mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 16:21:06 +00:00
10 lines
413 B
HTML
10 lines
413 B
HTML
|
<span ng-show="notifications.length > 0" class="status block"
|
||
|
ng-class="highest.severity"
|
||
|
ng-controller="NotificationIndicatorController">
|
||
|
<span class="ui-symbol status-indicator"></span>
|
||
|
<span class="label">
|
||
|
<a ng-click="showNotificationsList()">{{notifications.length}}
|
||
|
Notifications</a>
|
||
|
</span>
|
||
|
<span class="count">{{notifications.length}}</span>
|
||
|
</span>
|