keep up with latest azdata (#9276)

This commit is contained in:
Alan Ren
2020-02-24 10:54:54 -08:00
committed by GitHub
parent 9090143f9d
commit 5982925ed7
3 changed files with 14 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ export class DeploymentProfilePage extends WizardPageBase<DeployClusterWizard> {
this._cardContainer = view.modelBuilder.radioCardGroup().withProperties<azdata.RadioCardGroupComponentProperties>({
cards: [],
cardWidth: '240px',
cardHeight: '340px',
cardHeight: '355px',
ariaLabel: localize('deploymentDialog.deploymentOptions', "Deployment options"),
width: '1000px'
}).component();