File tree Expand file tree Collapse file tree
modules/servers/upCloudVps/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,8 +211,6 @@ border-radius:0px" class="alert alert-danger collapse alertUpCloud">
211211 <select name =" networkAdapter" id =" networkAdapter" style =" max-width : 400px ;" class =" form-control" >
212212 <option value =" e1000" { if $vm [' details' ][' nic_model' ] == ' e1000' } selected { /if } >Intel E1000 emulation</option >
213213 <option value =" virtio" { if $vm [' details' ][' nic_model' ] == ' virtio' } selected { /if } >VirtIO</option >
214- <option value =" scsi" { if $vm [' details' ][' nic_model' ] == ' scsi' } selected { /if } >SCSI</option >
215- <option value =" ide" { if $vm [' details' ][' nic_model' ] == ' ide' } selected { /if } >ide</option >
216214 <option value =" rtl8139" { if $vm [' details' ][' nic_model' ] == ' rtl8139' } selected { /if } >RealTek RTL8139 emulation</option >
217215 </select >
218216
You can’t perform that action at this time.
0 commit comments