File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 135135 return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
136136 }"
137137 :placeholder =" apiParams.provider.description" >
138+ <a-select-option key =" " >{{ }}</a-select-option >
138139 <a-select-option :value =" 'NSX'" :label =" $t('label.nsx')" > {{ $t('label.nsx') }} </a-select-option >
139140 <a-select-option :value =" 'Netris'" :label =" $t('label.netris')" > {{ $t('label.netris') }} </a-select-option >
140141 </a-select >
Original file line number Diff line number Diff line change 8383 return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
8484 }"
8585 :placeholder =" apiParams.provider.description" >
86+ <a-select-option key =" " >{{ }}</a-select-option >
8687 <a-select-option :value =" 'NSX'" :label =" $t('label.nsx')" > {{ $t('label.nsx') }} </a-select-option >
8788 <a-select-option :value =" 'Netris'" :label =" $t('label.netris')" > {{ $t('label.netris') }} </a-select-option >
8889 </a-select >
You can’t perform that action at this time.
0 commit comments