openmct/testing/dialogTest/res/dialog-launch.html
Charles Hacskaylo ac59df9595 [Frontend] Added type-icon to message dialogs
open #159
open #170
Percent complete added to progress-bar.html;
Refined overlay height;
2015-10-07 17:56:25 -07:00

6 lines
213 B
HTML

<span ng-controller="DialogLaunchController">
Dialogs:
<a ng-click="launchProgress(true)">Known</a> |
<a ng-click="launchProgress(false)">Unknown</a> |
<a ng-click="launchError()">Error</a>
</span>