Vitor de Lima has uploaded a new change for review. Change subject: webadmin: [Fix] Add sPAPR VSCSI in the Add Virtual Disk dialog ......................................................................
webadmin: [Fix] Add sPAPR VSCSI in the Add Virtual Disk dialog The "Add Virtual Disk" dialog was missing one of the supported disk interfaces, the sPAPR VSCSI. This change adds this type to the drop-down box. Change-Id: I9837e0b18eaccbc70fed8fa45b5671c2e61abee2 Signed-off-by: Vitor de Lima <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/24059/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java index 356559b..1843b8a 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java @@ -3144,7 +3144,8 @@ Arrays.asList(new DiskInterface[] { DiskInterface.IDE, DiskInterface.VirtIO, - DiskInterface.VirtIO_SCSI + DiskInterface.VirtIO_SCSI, + DiskInterface.SPAPR_VSCSI })); return diskInterfaces; -- To view, visit http://gerrit.ovirt.org/24059 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9837e0b18eaccbc70fed8fa45b5671c2e61abee2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Vitor de Lima <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
