This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f88220  Fix duplicate provider field (#5614)
6f88220 is described below

commit 6f8822099d30af5a0a2b2a8089e9b91c0c06a7e6
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Sat Oct 23 01:18:42 2021 -0300

    Fix duplicate provider field (#5614)
---
 ui/src/views/infra/AddPrimaryStorage.vue | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/ui/src/views/infra/AddPrimaryStorage.vue 
b/ui/src/views/infra/AddPrimaryStorage.vue
index 96cd947..0b43eb5 100644
--- a/ui/src/views/infra/AddPrimaryStorage.vue
+++ b/ui/src/views/infra/AddPrimaryStorage.vue
@@ -195,18 +195,6 @@
             </a-select-option>
           </a-select>
         </a-form-item>
-        <div v-if="protocolSelected !== 'Linstor'">
-          <a-form-item>
-            <tooltip-label slot="label" :title="$t('label.providername')" 
:tooltip="apiParams.provider.description"/>
-            <a-select
-              v-decorator="['provider', { initialValue: providerSelected, 
rules: [{ required: true, message: `${$t('label.required')}`}] }]"
-              @change="updateProviderAndProtocol">
-              <a-select-option :value="provider" v-for="(provider,idx) in 
providers" :key="idx">
-                {{ provider }}
-              </a-select-option>
-            </a-select>
-          </a-form-item>
-        </div>
         <div v-if="this.providerSelected !== 'DefaultPrimary' && 
this.providerSelected !== 'PowerFlex' && this.providerSelected !== 'Linstor'">
           <a-form-item>
             <tooltip-label slot="label" :title="$t('label.ismanaged')" 
:tooltip="apiParams.managed.description"/>

Reply via email to