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

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


The following commit(s) were added to refs/heads/4.17 by this push:
     new 885e749333 fixes the added storage tags issues on adding primary 
storage (#6438)
885e749333 is described below

commit 885e749333400f609869b788a1369bf7e4c5ea25
Author: Hoang Nguyen <[email protected]>
AuthorDate: Wed Jun 8 23:18:22 2022 +0700

    fixes the added storage tags issues on adding primary storage (#6438)
---
 ui/src/views/infra/AddPrimaryStorage.vue | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ui/src/views/infra/AddPrimaryStorage.vue 
b/ui/src/views/infra/AddPrimaryStorage.vue
index 79f81075be..3c2e34e113 100644
--- a/ui/src/views/infra/AddPrimaryStorage.vue
+++ b/ui/src/views/infra/AddPrimaryStorage.vue
@@ -320,11 +320,6 @@
           <a-select
             mode="tags"
             v-model:value="selectedTags"
-            showSearch
-            optionFilterProp="label"
-            :filterOption="(input, option) => {
-              return 
option.children[0].children.toLowerCase().indexOf(input.toLowerCase()) >= 0
-            }"
             :placeholder="apiParams.tags.description">
             <a-select-option v-for="tag in storageTags" :key="tag.name">{{ 
tag.name }}</a-select-option>
           </a-select>

Reply via email to