aboutsummaryrefslogtreecommitdiffstats
path: root/torouterui/templates/reboot.html
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-25 02:16:38 +0100
committerficus <ficus@robocracy.org>2012-11-25 02:25:30 +0100
commit1ab996d30b595388d2f431b1ed31bf5cf095e5c2 (patch)
tree4eba03a0be6252295297b6b2b57f7f954da4d048 /torouterui/templates/reboot.html
parentf31914f3e22b4982fcccd1634a8bb49dca0c155c (diff)
downloadtui-1ab996d30b595388d2f431b1ed31bf5cf095e5c2.tar.gz
tui-1ab996d30b595388d2f431b1ed31bf5cf095e5c2.zip
add button name/value
Diffstat (limited to 'torouterui/templates/reboot.html')
-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 %}