Signed-off-by: Alexandre Derumier <aderum...@odiso.com> --- PVE/NoVncIndex.pm | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/PVE/NoVncIndex.pm b/PVE/NoVncIndex.pm index 8079634..3dda9aa 100644 --- a/PVE/NoVncIndex.pm +++ b/PVE/NoVncIndex.pm @@ -88,6 +88,9 @@ INCLUDE_URI='/novnc/include/'; <input type="image" alt="Clipboard" src="/novnc/images/clipboard.png" id="clipboardButton" class="noVNC_status_button" title="Clipboard" /> + <input type="image" alt="Fullscreen" src="/novnc/images/fullscreen.png" + id="fullscreenButton" class="noVNC_status_button" + title="Fullscreen" /> <input type="image" alt="Commands" src="/novnc/images/power.png" id="pveCommandsButton" class="noVNC_status_button" title="Commands" /> @@ -168,6 +171,7 @@ INCLUDE_URI='/novnc/include/'; </div> <script src="/novnc/include/util.js"></script> <script src="/novnc/include/pveui.js"></script> + <script src="/novnc/include/inflator.js"></script> </body> </html> _EOD -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel