summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/rebootcontrol/templates/header.html')
-rw-r--r--modules-available/rebootcontrol/templates/header.html26
1 files changed, 23 insertions, 3 deletions
diff --git a/modules-available/rebootcontrol/templates/header.html b/modules-available/rebootcontrol/templates/header.html
index 4f240b81..6d38b939 100644
--- a/modules-available/rebootcontrol/templates/header.html
+++ b/modules-available/rebootcontrol/templates/header.html
@@ -15,20 +15,40 @@
<h4 class="modal-title"><b>{{lang_settings}}</b></h4>
</div>
<div class="modal-body">
- <p>{{lang_pubKey}}</p>
+ <label for="pubkey">{{lang_pubKey}}</label>
<pre id="pubkey">{{pubkey}}</pre>
<p>{{lang_newKeypairExplanation}}</p>
<div class="checkbox">
<input {{perms.newkeypair.disabled}} type="checkbox" id="keypair-confirm">
<label for="keypair-confirm">{{lang_keypairConfirmCheck}}</label>
</div>
- </div>
- <div class="modal-footer">
<button {{perms.newkeypair.disabled}} class="btn btn-danger pull-right" id="keypair-button"
onclick="generateNewKeypair()" type="button">
<span class="glyphicon glyphicon-refresh"></span>
{{lang_genNew}}
</button>
+ <div class="clearfix"></div>
+ </div>
+ <div class="modal-body">
+ <label>{{lang_wolDiscoverHeading}}</label>
+ <form method="post" action="?do=rebootcontrol">
+ <input type="hidden" name="token" value="{{token}}">
+ <input type="hidden" name="action" value="toggle-wol">
+ <div class="checkbox">
+ <input {{perms.woldiscover.disabled}} id="wol-auto-discover" type="checkbox" name="enabled" {{wol_auto_checked}}>
+ <label for="wol-auto-discover">{{lang_wolAutoDiscoverCheck}}</label>
+ </div>
+ <div class="slx-space"></div>
+ <p>{{lang_wolDiscoverDescription}}</p>
+ <button {{perms.woldiscover.disabled}} class="btn btn-primary pull-right"
+ onclick="generateNewKeypair()" type="submit">
+ <span class="glyphicon glyphicon-floppy-disk"></span>
+ {{lang_saveWolAutoDiscover}}
+ </button>
+ <div class="clearfix"></div>
+ </form>
+ </div>
+ <div class="modal-body">
</div>
</div>
</div>