mirror of https://github.com/apache/cloudstack.git
compute: Rename "Disk Size" to "Root Disk Size" in VM deployment form (#380)
Fixes #377 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
23fc8bbb90
commit
965ec67b6d
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue