Shahar Havivi has uploaded a new change for review. Change subject: Webadmin: Initial Run subsection not present by default at Run Once dialog ......................................................................
Webadmin: Initial Run subsection not present by default at Run Once dialog Change-Id: I18447e7c317fe8778100437825889e1696cc1609 Bug-Url: https://bugzilla.redhat.com/999879 Signed-off-by: Shahar Havivi <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/RunOnceModel.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/11/18411/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/RunOnceModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/RunOnceModel.java index 1d4fc85..f2d34cd 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/RunOnceModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/RunOnceModel.java @@ -641,6 +641,7 @@ updateIsoList(); updateDisplayProtocols(); updateFloppyImages(); + updateInitialRunFields(); // Boot sequence. setIsBootFromNetworkAllowedForVm(); -- To view, visit http://gerrit.ovirt.org/18411 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I18447e7c317fe8778100437825889e1696cc1609 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
