mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
set storage settings table name (#7841)
This commit is contained in:
@@ -343,6 +343,7 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
|
|||||||
width: 180
|
width: 180
|
||||||
};
|
};
|
||||||
const storageTable = this.view.modelBuilder.table().withProperties<azdata.TableComponentProperties>({
|
const storageTable = this.view.modelBuilder.table().withProperties<azdata.TableComponentProperties>({
|
||||||
|
title: localize('deployCluster.StorageSettings', "Storage settings"),
|
||||||
data: [
|
data: [
|
||||||
[
|
[
|
||||||
localize('deployCluster.ControllerText', "Controller"),
|
localize('deployCluster.ControllerText', "Controller"),
|
||||||
|
|||||||
Reference in New Issue
Block a user