Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uom-cloud-dashboard
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
resplat-cloud
uom-cloud-dashboard
Commits
64b6601f
Commit
64b6601f
authored
6 months ago
by
Sergio
Browse files
Options
Downloads
Patches
Plain Diff
UoM Dash correct to use show_project_list
parent
ac236523
Branches
uom/2023.2
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme-uom/templates/header/_context_selection.html
+1
-8
1 addition, 8 deletions
theme-uom/templates/header/_context_selection.html
with
1 addition
and
8 deletions
theme-uom/templates/header/_context_selection.html
+
1
−
8
View file @
64b6601f
{% load context_selection %}
{% load context_selection_filtered %}
{% if not_list %}
<div
class=
"dropdown"
>
...
...
@@ -12,9 +11,6 @@
</a>
<ul
class=
"dropdown-menu context-selection selection-menu"
>
{% comment %}
is_multidomain is only available through an assignment tag pulled in through context_selection
{% endcomment %}
{% is_multidomain as domain_supported %}
{% if domain_supported %}
<li>
...
...
@@ -22,12 +18,9 @@
</li>
{% endif %}
<li>
{% show_project_list
_filtered
%}
{% show_project_list %}
</li>
{% comment %}
is_multi_region is only available through an assignment tag pulled in through context_selection
{% endcomment %}
{% is_multi_region as multi_region %}
{% if multi_region %}
<li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment