Commit 20cd318f authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

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

Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent 7235c46a
...@@ -88,6 +88,9 @@ INCLUDE_URI='/novnc/include/'; ...@@ -88,6 +88,9 @@ INCLUDE_URI='/novnc/include/';
<input type="image" alt="Clipboard" src="/novnc/images/clipboard.png" <input type="image" alt="Clipboard" src="/novnc/images/clipboard.png"
id="clipboardButton" class="noVNC_status_button" id="clipboardButton" class="noVNC_status_button"
title="Clipboard" /> 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" <input type="image" alt="Commands" src="/novnc/images/power.png"
id="pveCommandsButton" class="noVNC_status_button" id="pveCommandsButton" class="noVNC_status_button"
title="Commands" /> title="Commands" />
...@@ -168,6 +171,7 @@ INCLUDE_URI='/novnc/include/'; ...@@ -168,6 +171,7 @@ INCLUDE_URI='/novnc/include/';
</div> </div>
<script src="/novnc/include/util.js"></script> <script src="/novnc/include/util.js"></script>
<script src="/novnc/include/pveui.js"></script> <script src="/novnc/include/pveui.js"></script>
<script src="/novnc/include/inflator.js"></script>
</body> </body>
</html> </html>
_EOD _EOD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment