Skip to content

Commit

Permalink
tweak to power menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuzan committed Oct 7, 2017
1 parent f250324 commit 6433f10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/power.html
Expand Up @@ -24,8 +24,10 @@
<h3>Power Options</h3> <h3>Power Options</h3>


<button type="button" id="pick_reboot">Reboot</button> <button type="button" id="pick_reboot">Reboot</button>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<button type="button" id="pick_shutdown">Shut Down</button> <button type="button" id="pick_shutdown">Shut Down</button>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/"><button type="button">Cancel</button></a>
<br/><br/> <br/><br/>
<div class="panels" id="reboot_panel"> <div class="panels" id="reboot_panel">
Are you sure you want to REBOOT?<br/><br/> Are you sure you want to REBOOT?<br/><br/>
Expand Down

0 comments on commit 6433f10

Please sign in to comment.