This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 88d99da compute: Rename "Disk Size" to "Root Disk Size" in VM
deployment form (#380)
88d99da is described below
commit 88d99da7cdef8539bcba2d6b01d920a65c5fecdc
Author: Hoang Nguyen <[email protected]>
AuthorDate: Fri Jun 5 11:51:42 2020 +0700
compute: Rename "Disk Size" to "Root Disk Size" in VM deployment form (#380)
Fixes #377
---
src/views/compute/wizard/DiskSizeSelection.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/compute/wizard/DiskSizeSelection.vue
b/src/views/compute/wizard/DiskSizeSelection.vue
index 9e44ecf..204b65f 100644
--- a/src/views/compute/wizard/DiskSizeSelection.vue
+++ b/src/views/compute/wizard/DiskSizeSelection.vue
@@ -17,7 +17,7 @@
<template>
<a-form-item
- :label="this.$t('label.disksize')"
+ :label="inputDecorator === 'rootdisksize' ? $t('label.root.disk.size') :
$t('label.disksize')"
class="form-item">
<a-row :gutter="12">
<a-col :md="10" :lg="10">