summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_center.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-10 11:00:17 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-10 11:03:40 +0100
commitfeed13555454335355063f6b06dd9f035c5369ae (patch)
tree825c52cc0599aef0091b1109751b655552d8d740 /ogcp/templates/actions/delete_center.html
parent406f578597b283cd555d3b82e6743e6ace8808d2 (diff)
Disable scopes tree's checkboxes in action views
Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only.
Diffstat (limited to 'ogcp/templates/actions/delete_center.html')
-rw-r--r--ogcp/templates/actions/delete_center.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html
index d8c0c31..ddb6114 100644
--- a/ogcp/templates/actions/delete_center.html
+++ b/ogcp/templates/actions/delete_center.html
@@ -1,6 +1,8 @@
{% extends 'scopes.html' %}
{% import "bootstrap/wtf.html" as wtf %}
+{% set sidebar_state = 'disabled' %}
+
{% block nav_center %} active{% endblock %}
{% block nav_center_delete %} active{% endblock %}
{% block content %}