[Frontend] Added type-icon to message dialogs
open #159 open #170 Percent complete added to progress-bar.html; Refined overlay height;
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<span ng-controller="DialogLaunchController">
|
||||
<input type="button" value="Known Progress" ng-click="launchProgress(true)" />
|
||||
<input type="button" value="Unknown Progress" ng-click="launchProgress(false)" />
|
||||
<input type="button" value="Error" ng-click="launchError()" />
|
||||
Dialogs:
|
||||
<a ng-click="launchProgress(true)">Known</a> |
|
||||
<a ng-click="launchProgress(false)">Unknown</a> |
|
||||
<a ng-click="launchError()">Error</a>
|
||||
</span>
|
||||
Reference in New Issue
Block a user