]> git.proxmox.com Git - novnc-pve.git/blob - debian/patches/0007-add-pve-vnc-commands.patch
update patches for 1.2.0
[novnc-pve.git] / debian / patches / 0007-add-pve-vnc-commands.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Dominik Csapak <d.csapak@proxmox.com>
3 Date: Fri, 20 Jan 2017 10:35:43 +0100
4 Subject: [PATCH] add pve vnc commands
5
6 Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
7 ---
8 vnc.html | 21 +++++++++++++++++++++
9 1 file changed, 21 insertions(+)
10
11 diff --git a/vnc.html b/vnc.html
12 index 396ded8..a0802e0 100644
13 --- a/vnc.html
14 +++ b/vnc.html
15 @@ -234,6 +234,27 @@
16 </div>
17 </div>
18
19 + <!-- PVE Commands -->
20 + <input type="image" alt="Commands" src="/novnc/app/images/power.svg"
21 + id="pve_commands_button" class="noVNC_button"
22 + title="Commands" />
23 +
24 + <div class="noVNC_vcenter">
25 + <div id="pve_commands" class="noVNC_panel">
26 + <div class="noVNC_heading">
27 + <img src="/novnc/app/images/power.svg"> Commands
28 + </div>
29 + <input id="pve_command_start" type="button" value="Start" />
30 + <input id="pve_command_shutdown" type="button" value="Shutdown" />
31 + <input id="pve_command_stop" type="button" value="Stop" />
32 + <input id="pve_command_reset" type="button" value="Reset" />
33 + <input id="pve_command_suspend" type="button" value="Suspend" />
34 + <input id="pve_command_resume" type="button" value="Resume" />
35 + <input id="pve_command_reload" type="button" value="Reload" />
36 + </div>
37 + </div>
38 +
39 +
40 <!-- Connection Controls -->
41 <input type="image" alt="Disconnect" src="/novnc/app/images/disconnect.svg"
42 id="noVNC_disconnect_button" class="noVNC_button"