diff options
Diffstat (limited to 'ogcp/templates/actions/reboot.html')
-rw-r--r-- | ogcp/templates/actions/reboot.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/reboot.html b/ogcp/templates/actions/reboot.html index 9a6a1bc..e8bc30d 100644 --- a/ogcp/templates/actions/reboot.html +++ b/ogcp/templates/actions/reboot.html @@ -2,6 +2,8 @@ {% import "bootstrap/wtf.html" as wtf %} {% import "macros.html" as macros %} +{% block nav_power %} active{% endblock %} +{% block nav_power_reboot %} active{% endblock %} {% block content %} {% set ip_list = form.ips.data.split(' ') %} |