mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
1.8.0 merge into master (#4404)
This commit is contained in:
parent
1972ca9ea7
commit
555db60bf7
@ -96,8 +96,7 @@ function (
|
||||
SaveAsAction.prototype.save = function () {
|
||||
var self = this,
|
||||
domainObject = this.domainObject,
|
||||
dialog = new SaveInProgressDialog(this.dialogService),
|
||||
toUndirty = [];
|
||||
dialog = new SaveInProgressDialog(this.dialogService);
|
||||
|
||||
function doWizardSave(parent) {
|
||||
var wizard = self.createWizard(parent);
|
||||
|
@ -3,6 +3,7 @@
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
|
||||
&__item {
|
||||
flex: 0 0 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user