Add support for updating the daemon's configuration file automatically.

This commit is contained in:
Dane Everitt 2016-12-01 18:33:32 -05:00
parent 72ad6d5c87
commit 1eb1f96e71
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 42 additions and 3 deletions

View file

@ -255,7 +255,7 @@
<div class="col-xs-6">
<div class="row">
<div class="form-group col-md-12">
<label for="reset_secret" class="control-label"><span class="label label-warning"><i class="fa fa-power-off"></i></span> Reset Daemon Key</label>
<label for="reset_secret" class="control-label">Reset Daemon Key</label>
<div style="padding: 7px 0;">
<input type="checkbox" name="reset_secret" id="reset_secret" /> Reset Daemon Master Key
</div>