mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 12:44:56 +00:00
pve-manager : NoVncIndex : add inflator.js && fullscreen button
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
6c20e90f47
commit
532247b80e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user