mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix the error of not being able to search for ostype selectbox (#5607)
This commit is contained in:
parent
298774e020
commit
c66f308d38
@ -269,7 +269,7 @@
|
||||
}"
|
||||
:autoFocus="fieldIndex === firstIndex"
|
||||
>
|
||||
<a-select-option key="">{{ }}</a-select-option>
|
||||
<a-select-option key="" label="">{{ }}</a-select-option>
|
||||
<a-select-option v-for="opt in field.opts" :key="opt.id" :label="opt.name || opt.description || opt.traffictype || opt.publicip">
|
||||
<div>
|
||||
<span v-if="(field.name.startsWith('template') || field.name.startsWith('iso'))">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user