mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-21 11:47:14 +00:00
GSI changes
This commit is contained in:
parent
a08a87fa41
commit
1b652d14a4
@ -77,8 +77,8 @@ const onNumberOfInstancesChange = (
|
|||||||
value: {
|
value: {
|
||||||
textTKey: "WarningBannerOnUpdate",
|
textTKey: "WarningBannerOnUpdate",
|
||||||
link: {
|
link: {
|
||||||
href: "https://aka.ms/cosmos-db-materializedviewsbuilder-pricing",
|
href: userContext.apiType === "SQL" ? "https://aka.ms/cosmos-db-globalsecondaryindexesbuilder-pricing" : "https://aka.ms/cosmos-db-materializedviewsbuilder-pricing",
|
||||||
textTKey: "MaterializedviewsBuilderPricing",
|
textTKey: userContext.apiType === "SQL" ? "GlobalsecondaryindexesBuilderPricing" : "MaterializedviewsBuilderPricing",
|
||||||
},
|
},
|
||||||
} as Description,
|
} as Description,
|
||||||
hidden: false,
|
hidden: false,
|
||||||
@ -117,8 +117,8 @@ const onEnableMaterializedViewsBuilderChange = (
|
|||||||
value: {
|
value: {
|
||||||
textTKey: "WarningBannerOnUpdate",
|
textTKey: "WarningBannerOnUpdate",
|
||||||
link: {
|
link: {
|
||||||
href: "https://aka.ms/cosmos-db-materializedviewsbuilder-pricing",
|
href: userContext.apiType === "SQL" ? "https://aka.ms/cosmos-db-globalsecondaryindexesbuilder-pricing" : "https://aka.ms/cosmos-db-materializedviewsbuilder-pricing",
|
||||||
textTKey: "MaterializedviewsBuilderPricing",
|
textTKey: userContext.apiType === "SQL" ? "GlobalsecondaryindexesBuilderPricing" : "MaterializedviewsBuilderPricing",
|
||||||
},
|
},
|
||||||
} as Description,
|
} as Description,
|
||||||
hidden: false,
|
hidden: false,
|
||||||
@ -194,8 +194,8 @@ const NumberOfInstancesDropdownInfo: Info = {
|
|||||||
const ApproximateCostDropDownInfo: Info = {
|
const ApproximateCostDropDownInfo: Info = {
|
||||||
messageTKey: "CostText",
|
messageTKey: "CostText",
|
||||||
link: {
|
link: {
|
||||||
href: "https://aka.ms/cosmos-db-materializedviewsbuilder-pricing",
|
href: userContext.apiType === "SQL" ? "https://aka.ms/cosmos-db-globalsecondaryindexesbuilder-pricing" : "https://aka.ms/cosmos-db-materializedviewsbuilder-pricing",
|
||||||
textTKey: "MaterializedviewsBuilderPricing",
|
textTKey: userContext.apiType === "SQL" ? "GlobalsecondaryindexesBuilderPricing" : "MaterializedviewsBuilderPricing",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user