You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/06/21 04:02:44 UTC

[cloudstack-primate] branch master updated: infra: fix rbd pool user decorator

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 <ro...@shapeblue.com>
AuthorDate: Sun Jun 21 09:31:51 2020 +0530

    infra: fix rbd pool user decorator
    
    Fixes #437
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 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']" />