aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--torouterui/templates/reboot.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/torouterui/templates/reboot.html b/torouterui/templates/reboot.html
index b9f0c54..763123e 100644
--- a/torouterui/templates/reboot.html
+++ b/torouterui/templates/reboot.html
@@ -14,8 +14,8 @@ Are you sure you'd like to restart? This could have reprecussions!
<label class="checkbox">
<input type="checkbox" name="confirm">Yes, i'm certain
</label>
-<button type="submit" class="btn btn-large btn-primary btn-warning" type="button">
-Restart</button>
+<button type="submit" class="btn btn-large btn-primary btn-warning" type="button" name="submit" value="Reboot">
+Reboot</button>
</form>
{% endif %}