mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 16:21:06 +00:00
185567cf29
Fixes #1517
10 lines
451 B
HTML
10 lines
451 B
HTML
<span class="status block" ng-controller="NotificationLaunchController">
|
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
|
<span class="status-indicator icon-bell"></span><span class="label">
|
|
<a ng-click="newInfo()">Success</a> |
|
|
<a ng-click="newError()">Error</a> |
|
|
<a ng-click="newAlert()">Alert</a> |
|
|
<a ng-click="newProgress()">Progress</a>
|
|
</span><span class="count"></span>
|
|
</span>
|