summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_restore.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-04 11:04:22 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-04 11:04:22 +0100
commitcc533aa3cc3844f587451ae357573deb8ed3f62e (patch)
tree5e9de03566a04f92e5da14434df6347cc087d4f0 /ogcp/templates/actions/image_restore.html
parent16ef1ae7ac93f8d0cc2b9ae0ac82bdf7d4e99343 (diff)
Set commands nav buttons as active
When loading any command view, its nav button becomes active.
Diffstat (limited to 'ogcp/templates/actions/image_restore.html')
-rw-r--r--ogcp/templates/actions/image_restore.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/image_restore.html b/ogcp/templates/actions/image_restore.html
index c8322e8..ddfe245 100644
--- a/ogcp/templates/actions/image_restore.html
+++ b/ogcp/templates/actions/image_restore.html
@@ -2,6 +2,8 @@
{% import "bootstrap/wtf.html" as wtf %}
{% import "macros.html" as macros %}
+{% block nav_image %} active{% endblock %}
+{% block nav_image_restore %} active{% endblock %}
{% block content %}
{% set ip_list = form.ips.data.split(' ') %}