mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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,
|
title: constants.targetDatabaseSettings,
|
||||||
components: [
|
components: [
|
||||||
|
{
|
||||||
|
title: constants.profileWarningText,
|
||||||
|
component: <azdata.ButtonComponent>this.loadProfileButton
|
||||||
|
},
|
||||||
/* TODO : enable using this when data source creation is enabled
|
/* TODO : enable using this when data source creation is enabled
|
||||||
{
|
{
|
||||||
title: constants.selectConnectionRadioButtonsTitle,
|
title: constants.selectConnectionRadioButtonsTitle,
|
||||||
@@ -121,10 +125,6 @@ export class PublishDatabaseDialog {
|
|||||||
{
|
{
|
||||||
title: constants.databaseNameLabel,
|
title: constants.databaseNameLabel,
|
||||||
component: this.targetDatabaseTextBox
|
component: this.targetDatabaseTextBox
|
||||||
},
|
|
||||||
{
|
|
||||||
title: constants.profileWarningText,
|
|
||||||
component: <azdata.ButtonComponent>this.loadProfileButton
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user