Change in ovirt-engine[master]: userportal: don't pass ctrl+alt+delete for win>7

Tomas Jelinek has submitted this change and it was merged. Change subject: userportal: don't pass ctrl+alt+delete for win>7 ...................................................................... userportal: don't pass ctrl+alt+delete for win>7 Don't pass the ctrl+alt+del for win 7 or newer client. This has already been implemented, but on the level of ConsolePopupPresenterWidget which is not enogh - it was executed only after opening the consonle popup. But if the user pressed the connect button, without opening the the console popup, the ctrl+alt+delete was passed to the guest. This patch moves this logic to SpiceConsoleModel. Change-Id: I09c45cb30577e84830b6e82d79d2bb7ef7455b1b Bug-Url: https://bugzilla.redhat.com/918650 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Configurator.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/SpiceConsoleModel.java M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/presenter/popup/console/ConsolePopupPresenterWidget.java 3 files changed, 49 insertions(+), 3 deletions(-) Approvals: Tomas Jelinek: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13020 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I09c45cb30577e84830b6e82d79d2bb7ef7455b1b Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com>
participants (1)
-
tjelinek@redhat.com