[pve-devel] [PATCH] pve-manager : NoVncIndex : add inflator.js && fullscreen button

Alexandre Derumier aderumier at odiso.com
Tue Aug 25 06:59:40 CEST 2015


Signed-off-by: Alexandre Derumier <aderumier at 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




More information about the pve-devel mailing list