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 c66f308  fix the error of not being able to search for ostype 
selectbox (#5607)
c66f308 is described below

commit c66f308d3885a462cf09070c9c87463d6978f155
Author: Hoang Nguyen <[email protected]>
AuthorDate: Fri Oct 22 12:47:46 2021 +0700

    fix the error of not being able to search for ostype selectbox (#5607)
---
 ui/src/views/AutogenView.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue
index 10f3d10..b349b2b 100644
--- a/ui/src/views/AutogenView.vue
+++ b/ui/src/views/AutogenView.vue
@@ -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'))">

Reply via email to