ext6migrate: fix fullscreen for noVNC
add allowfullscreen to iframe code, makes novnc fullscreen work Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a74b7d9663
commit
8fae05ea51
@ -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'],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user