mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
removing datasource from publish dialog for insiders (#11009)
This commit is contained in:
@@ -77,7 +77,8 @@ export class DeployDatabaseDialog {
|
|||||||
private initializeDeployTab(): void {
|
private initializeDeployTab(): void {
|
||||||
this.deployTab.registerContent(async view => {
|
this.deployTab.registerContent(async view => {
|
||||||
|
|
||||||
let selectConnectionRadioButtons = this.createRadioButtons(view);
|
// TODO : enable using this when data source creation is enabled
|
||||||
|
this.createRadioButtons(view);
|
||||||
this.targetConnectionFormComponent = this.createTargetConnectionComponent(view);
|
this.targetConnectionFormComponent = this.createTargetConnectionComponent(view);
|
||||||
|
|
||||||
this.targetDatabaseTextBox = view.modelBuilder.inputBox().withProperties({
|
this.targetDatabaseTextBox = view.modelBuilder.inputBox().withProperties({
|
||||||
@@ -111,10 +112,11 @@ export class DeployDatabaseDialog {
|
|||||||
{
|
{
|
||||||
title: constants.targetDatabaseSettings,
|
title: constants.targetDatabaseSettings,
|
||||||
components: [
|
components: [
|
||||||
|
/* TODO : enable using this when data source creation is enabled
|
||||||
{
|
{
|
||||||
title: constants.selectConnectionRadioButtonsTitle,
|
title: constants.selectConnectionRadioButtonsTitle,
|
||||||
component: selectConnectionRadioButtons
|
component: selectConnectionRadioButtons
|
||||||
},
|
},*/
|
||||||
this.targetConnectionFormComponent,
|
this.targetConnectionFormComponent,
|
||||||
{
|
{
|
||||||
title: constants.databaseNameLabel,
|
title: constants.databaseNameLabel,
|
||||||
|
|||||||
Reference in New Issue
Block a user