Commit e02a7f80 authored by Dietmar Maurer's avatar Dietmar Maurer

novnc: generate pve command menu dynamically

parent b94a443f
...@@ -112,13 +112,6 @@ INCLUDE_URI='/novnc/include/'; ...@@ -112,13 +112,6 @@ INCLUDE_URI='/novnc/include/';
<!-- PVE command Panel --> <!-- PVE command Panel -->
<div id="noVNC_pve_commands" class="triangle-right top"> <div id="noVNC_pve_commands" class="triangle-right top">
<span id="noVNC_pve_command_menu"> <span id="noVNC_pve_command_menu">
<input type="button" id="pveStartButton" value="Start" />
<input type="button" id="pveShutdownButton" value="Shutdown" />
<input type="button" id="pveStopButton" value="Stop" />
<input type="button" id="pveResetButton" value="Reset" />
<input type="button" id="pveSuspendButton" value="Suspend" />
<input type="button" id="pveResumeButton" value="Resume" />
<input type="button" id="pveReloadButton" value="Reload" />
</span> </span>
</div> </div>
......
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