mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
Fixing migration private preview bugs WIP 3 (#14928)
* Adding server name to wizard and dialog title Surfacing async errors Fixing a bunch of strings to match the mockup * Adding auto refresh for migration status * Removing errors for sql vm migration * using new logic to get sql server username * Fixing help links * Removing unncessary await
This commit is contained in:
@@ -104,17 +104,7 @@ export class IntergrationRuntimePage extends MigrationWizardPage {
|
||||
|
||||
private migrationServiceDropdownContainer(): azdata.FlexContainer {
|
||||
const descriptionText = this._view.modelBuilder.text().withProps({
|
||||
value: constants.IR_PAGE_DESCRIPTION,
|
||||
links: [
|
||||
{
|
||||
url: 'https://www.microsoft.com', // TODO: Add proper link
|
||||
text: constants.LEARN_MORE
|
||||
},
|
||||
]
|
||||
}).component();
|
||||
|
||||
const noteText = this._view.modelBuilder.text().withProps({
|
||||
value: constants.IR_PAGE_NOTE
|
||||
value: constants.IR_PAGE_DESCRIPTION
|
||||
}).component();
|
||||
|
||||
const migrationServcieDropdownLabel = this._view.modelBuilder.text().withProps({
|
||||
@@ -140,7 +130,6 @@ export class IntergrationRuntimePage extends MigrationWizardPage {
|
||||
|
||||
const flexContainer = this._view.modelBuilder.flexContainer().withItems([
|
||||
descriptionText,
|
||||
noteText,
|
||||
migrationServcieDropdownLabel,
|
||||
this.migrationServiceDropdown
|
||||
]).withLayout({
|
||||
|
||||
Reference in New Issue
Block a user