mirror of
https://github.com/nasa/openmct.git
synced 2025-02-02 17:21:14 +00:00
7 lines
367 B
HTML
7 lines
367 B
HTML
|
<span ng-show="notifications.length > 0" class="status block caution" 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>
|