mirror of https://github.com/apache/cloudstack.git
fixes the added storage tags issues on adding primary storage (#6438)
This commit is contained in:
parent
78a1602eb9
commit
885e749333
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue