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:
Candice Ye
2022-07-07 11:32:10 -07:00
committed by GitHub
parent 19b9290dfa
commit 738ea546af
3 changed files with 39 additions and 8 deletions

View File

@@ -150,8 +150,10 @@
"arc.storage-class.logs.label": "Storage Class (Logs)",
"arc.sql.storage-class.logs.description": "The storage class to be used for logs (/var/log). If no value is specified, the default storage class will be used.",
"arc.postgres.storage-class.logs.description": "The storage class to be used for logs persistent volumes",
"arc.storage-class.backups.warning": "({0})",
"arc.storage-class.backups.warning.link": "RWX capable",
"arc.storage-class.backups.label": "Storage Class (Backups)",
"arc.sql.storage-class.backups.description": "The storage class to be used for backup persistent volumes. If no value is specified, the default storage class will be used.",
"arc.sql.storage-class.backups.description": "The storage class to be used for Backups. If no value is specified, backups will be stored in same storage class assigned to Data. Must be a RWX capable storage class.",
"arc.sql.volume.size.data.label": "Volume Size in Gi (Data)",
"arc.sql.volume.size.data.description": "The size of the storage volume to be used for data in gibibytes.",
"arc.sql.volume.size.datalogs.label": "Volume Size in Gi (Database logs)",