mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
move load profile button to top of publish dialog (#11264)
This commit is contained in:
@@ -112,6 +112,10 @@ export class PublishDatabaseDialog {
|
||||
{
|
||||
title: constants.targetDatabaseSettings,
|
||||
components: [
|
||||
{
|
||||
title: constants.profileWarningText,
|
||||
component: <azdata.ButtonComponent>this.loadProfileButton
|
||||
},
|
||||
/* TODO : enable using this when data source creation is enabled
|
||||
{
|
||||
title: constants.selectConnectionRadioButtonsTitle,
|
||||
@@ -121,10 +125,6 @@ export class PublishDatabaseDialog {
|
||||
{
|
||||
title: constants.databaseNameLabel,
|
||||
component: this.targetDatabaseTextBox
|
||||
},
|
||||
{
|
||||
title: constants.profileWarningText,
|
||||
component: <azdata.ButtonComponent>this.loadProfileButton
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user