]> git.proxmox.com Git - pve-manager.git/commitdiff
ext6migrate: fix fullscreen for noVNC
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 29 Feb 2016 10:40:44 +0000 (11:40 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Feb 2016 11:33:43 +0000 (12:33 +0100)
add allowfullscreen to iframe code, makes novnc fullscreen work

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Toolkit.js

index 881e43a188aad22a04985d3be7ccae589cb7d22c..263dea1652fabe4b40b2318935b663211d8a528a 100644 (file)
@@ -122,7 +122,7 @@ Ext.define('Ext.ux.IFrame', {
     src: 'about:blank',
 
     renderTpl: [
-        '<iframe src="{src}" id="{id}-iframeEl" data-ref="iframeEl" name="{frameName}" width="100%" height="100%" frameborder="0"></iframe>'
+        '<iframe src="{src}" id="{id}-iframeEl" data-ref="iframeEl" name="{frameName}" width="100%" height="100%" frameborder="0" allowfullscreen="true"></iframe>'
     ],
     childEls: ['iframeEl'],