mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Disabling options button for the release (#20040)
* Disabling options button for the release * Updated comment
This commit is contained in:
committed by
GitHub
parent
8a6c8536f5
commit
d76d483623
@@ -145,6 +145,7 @@ export class PublishDatabaseDialog {
|
|||||||
this.connectionRow = this.createConnectionRow(view);
|
this.connectionRow = this.createConnectionRow(view);
|
||||||
this.databaseRow = this.createDatabaseRow(view);
|
this.databaseRow = this.createDatabaseRow(view);
|
||||||
const displayOptionsButton = this.createOptionsButton(view);
|
const displayOptionsButton = this.createOptionsButton(view);
|
||||||
|
displayOptionsButton.enabled = false;
|
||||||
|
|
||||||
const horizontalFormSection = view.modelBuilder.flexContainer().withLayout({ flexFlow: 'column' }).component();
|
const horizontalFormSection = view.modelBuilder.flexContainer().withLayout({ flexFlow: 'column' }).component();
|
||||||
horizontalFormSection.addItems([profileRow, this.databaseRow]);
|
horizontalFormSection.addItems([profileRow, this.databaseRow]);
|
||||||
@@ -171,10 +172,12 @@ export class PublishDatabaseDialog {
|
|||||||
title: constants.selectConnectionRadioButtonsTitle,
|
title: constants.selectConnectionRadioButtonsTitle,
|
||||||
component: selectConnectionRadioButtons
|
component: selectConnectionRadioButtons
|
||||||
},*/
|
},*/
|
||||||
|
/* TODO : Disabling deployment options for the July release
|
||||||
{
|
{
|
||||||
component: displayOptionsButton,
|
component: displayOptionsButton,
|
||||||
title: ''
|
title: ''
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
], {
|
], {
|
||||||
|
|||||||
Reference in New Issue
Block a user