mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added label description for RWX storage class (#19934)
* Added label description for RWX storage class * Added link and description above backups * Made field have no default value by making it plain textfield * Made label width wider to accomodate long labels * Better spacing for RWX. Fixed info bubble overlap Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -44,7 +44,7 @@ export const serviceTierVarName = 'AZDATA_NB_VAR_SQL_SERVICE_TIER';
|
||||
export const devUseVarName = 'AZDATA_NB_VAR_SQL_DEV_USE';
|
||||
export const vcoresLimitVarName = 'AZDATA_NB_VAR_SQL_CORES_LIMIT';
|
||||
export const licenseTypeVarName = 'AZDATA_NB_VAR_SQL_LICENSE_TYPE';
|
||||
export const readableSecondaries = 'AZDATA_NB_VAR_READABLE_SECONDARIES';
|
||||
export const readableSecondaries = 'AZDATA_NB_VAR_SQL_READABLE_SECONDARIES';
|
||||
|
||||
// Gets number of replicas charged
|
||||
export function numBillableReplicas(mapping: { [key: string]: InputValueType }): number {
|
||||
|
||||
Reference in New Issue
Block a user