Tomas Jelinek has submitted this change and it was merged. Change subject: frontend: console native execution in iframes ......................................................................
frontend: console native execution in iframes currently when user runs a console using 'native' invocation, the request is made in a new tab. this patch changes the behavior and opens requests in iframes instead. this is more convenient as the execution doesn't open a new tab for every vm involved. Change-Id: I042213dd16fdab94b431ea0564a3780b79234e69 Signed-off-by: Frantisek Kobzik <[email protected]> Bug-Url: https://bugzilla.redhat.com/1026842 --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ConsoleModel.java 1 file changed, 14 insertions(+), 19 deletions(-) Approvals: Tomas Jelinek: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21076 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I042213dd16fdab94b431ea0564a3780b79234e69 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> Gerrit-Reviewer: Frank Kobzik <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
