mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-20 14:03:36 +03:00
M #-: Correct SCSI typo (#3197)
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
This commit is contained in:
parent
346686e1ab
commit
3d527c3968
@ -53,7 +53,7 @@ export const GENERAL_FIELDS = [
|
||||
values: [
|
||||
{ text: '', value: '' },
|
||||
{ text: 'Virtio', value: 'vd' },
|
||||
{ text: 'CSI/SATA', value: 'sd' },
|
||||
{ text: 'SCSI/SATA', value: 'sd' },
|
||||
{ text: 'Parallel ATA (IDE)', value: 'hd' },
|
||||
{ text: 'Custom', value: 'custom' },
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user