summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/scopes.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/scopes.html')
-rw-r--r--ogcp/templates/scopes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html
index 7abba81..4603f04 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -33,6 +33,8 @@
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<input class="dropdown-item" type="submit" value="{{ _('Poweroff') }}"
formaction="{{ url_for('action_poweroff') }}">
+ <input class="dropdown-item" type="submit" value="{{ _('Reboot') }}"
+ formaction="{{ url_for('action_reboot') }}">
</div>
</div>
</form>