mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
add preview for publish to Azure development container (#21199)
This commit is contained in:
@@ -405,7 +405,7 @@ export class PublishDatabaseDialog {
|
||||
this.dockerServerRadioButton = view.modelBuilder.radioButton()
|
||||
.withProps({
|
||||
name: 'publishType',
|
||||
label: constants.publishToDockerContainer(name)
|
||||
label: name === constants.AzureSqlServerName ? constants.publishToDockerContainerPreview(name) : constants.publishToDockerContainer(name)
|
||||
}).component();
|
||||
|
||||
this.dockerServerRadioButton.onDidChangeCheckedState((checked) => {
|
||||
|
||||
Reference in New Issue
Block a user