pve-manager : NoVncIndex : add inflator.js && fullscreen button

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2015-08-25 06:59:40 +02:00 committed by Dietmar Maurer
parent 6c20e90f47
commit 532247b80e

View File

@ -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