remove cancel button

This commit is contained in:
glyph 2021-11-16 15:50:56 +02:00
parent 4de8ecf4a6
commit bbe44361af
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
<div id="buttonDiv">
<a id="rebootBtn" class="button button-primary center" href="/power/reboot" title="Reboot Device">Reboot</a>
<a id="shutdownBtn" class="button button-warning center" href="/power/shutdown" title="Shutdown Device">Shutdown</a>
<a id="cancelBtn" class="button button-secondary center" href="/" title="Cancel">Cancel</a>
</div>
<!-- FLASH MESSAGE -->
{% include "snippets/flash_message" %}