summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/header/_context_selection.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/templates/header/_context_selection.html')
-rw-r--r--openstack_dashboard/templates/header/_context_selection.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack_dashboard/templates/header/_context_selection.html b/openstack_dashboard/templates/header/_context_selection.html
index e75b2962f..080b8a381 100644
--- a/openstack_dashboard/templates/header/_context_selection.html
+++ b/openstack_dashboard/templates/header/_context_selection.html
@@ -31,8 +31,8 @@
{% endif %}
- {% is_system_user as system_user %}
- {% if system_user %}
+ {% show_systems as system_scope_enabled %}
+ {% if system_scope_enabled %}
<li>
{% show_system_list %}
</li>