mirror of
https://github.com/nasa/openmct.git
synced 2024-12-25 15:51:04 +00:00
5a9bcfa938
#442 Removed white space from markup; Moved getGlyphClass up to status-block-holder element out of status-block; CSS mods to selectors and style defs in _messages.scss;
9 lines
472 B
HTML
9 lines
472 B
HTML
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
|
<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> |