Shahar Havivi has uploaded a new change for review. Change subject: UI: migration down time shouldn't be enabled by default. ......................................................................
UI: migration down time shouldn't be enabled by default. Change-Id: I45f62e8b390335b95d10be0ca9ef899afda8b696 Bug-Url: https://bugzilla.redhat.com/1124318 Signed-off-by: Shahar Havivi <shah...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/35071/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java index 213dfbc..e20561e 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java @@ -246,6 +246,7 @@ getHostCpu().setIsChangable(false); getMigrationMode().setIsChangable(false); getCpuPinning().setIsChangable(false); + getMigrationDowntime().setIsChangable(false); // ==Resource Allocation Tab== getMinAllocatedMemory().setIsChangable(false); -- To view, visit http://gerrit.ovirt.org/35071 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I45f62e8b390335b95d10be0ca9ef899afda8b696 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches