mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
Modified messages dialog launcher
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
<span class="label">
|
||||
<a ng-click="launchProgress(true)">Known</a> |
|
||||
<a ng-click="launchProgress(false)">Unknown</a> |
|
||||
<a ng-click="launchError()">Error</a> |
|
||||
<a ng-click="launchMessages()">Messages</a>
|
||||
<a ng-click="launchError()">Error</a>
|
||||
</span>
|
||||
<span class="count">Dialogs</span>
|
||||
</span>
|
@ -93,7 +93,7 @@ define(
|
||||
console.log('Retry clicked');
|
||||
}
|
||||
},
|
||||
actions: getExampleActions});
|
||||
actions: getExampleActions()});
|
||||
};
|
||||
|
||||
$scope.newProgress = function(){
|
||||
@ -102,6 +102,7 @@ define(
|
||||
title: "Progress notification!",
|
||||
severity: MessageSeverity.INFO,
|
||||
progress: 0,
|
||||
actionText: getExampleActionText(),
|
||||
unknownProgress: false
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user