openmct/platform/commonUI/notification/res/notification-indicator.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">&#x21;</span>
<span class="label">
<a ng-click="showNotificationsList()">{{notifications.length}} Notifications</a>
</span>
<span class="count">{{notifications.length}}</span>
</span>