diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-04 11:04:22 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-04 11:04:22 +0100 |
commit | cc533aa3cc3844f587451ae357573deb8ed3f62e (patch) | |
tree | 5e9de03566a04f92e5da14434df6347cc087d4f0 /ogcp/templates/actions/poweroff.html | |
parent | 16ef1ae7ac93f8d0cc2b9ae0ac82bdf7d4e99343 (diff) |
Set commands nav buttons as active
When loading any command view, its nav button becomes active.
Diffstat (limited to 'ogcp/templates/actions/poweroff.html')
-rw-r--r-- | ogcp/templates/actions/poweroff.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/poweroff.html b/ogcp/templates/actions/poweroff.html index cc739d3..4f7713c 100644 --- a/ogcp/templates/actions/poweroff.html +++ b/ogcp/templates/actions/poweroff.html @@ -2,6 +2,8 @@ {% import "bootstrap/wtf.html" as wtf %} {% import "macros.html" as macros %} +{% block nav_power %} active{% endblock %} +{% block nav_power_poweroff %} active{% endblock %} {% block content %} {% set ip_list = form.ips.data.split(' ') %} |