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 8cd18d1  infra: fix rbd pool user decorator
8cd18d1 is described below

commit 8cd18d10f4113d405cd894aefea93fbef9fa09b8
Author: Rohit Yadav <[email protected]>
AuthorDate: Sun Jun 21 09:31:51 2020 +0530

    infra: fix rbd pool user decorator
    
    Fixes #437
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 src/views/infra/AddPrimaryStorage.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/infra/AddPrimaryStorage.vue 
b/src/views/infra/AddPrimaryStorage.vue
index 34c5554..8437cb3 100644
--- a/src/views/infra/AddPrimaryStorage.vue
+++ b/src/views/infra/AddPrimaryStorage.vue
@@ -158,7 +158,7 @@
             <a-input v-decorator="['radospool']" />
           </a-form-item>
           <a-form-item :label="$t('label.rados.user')">
-            <a-input v-decorator="['rados.user']" />
+            <a-input v-decorator="['radosuser']" />
           </a-form-item>
           <a-form-item :label="$t('label.rados.secret')">
             <a-input v-decorator="['radossecret']" />

Reply via email to