mirror of
https://github.com/nasa/openmct.git
synced 2025-01-22 20:38:23 +00:00
8 lines
373 B
HTML
8 lines
373 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> |