File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55{% url 'product_portfolio:compliance_dashboard' as compliance_dashboard_url %}
66{% url 'django_registration_register' as register_url %}
77{% url 'global_search' as global_search_url %}
8+ {% url 'workflow:request_list' as request_list_url %}
89
910< nav class ="navbar navbar-expand-md fixed-top ">
1011 {# If the anonymous feature is enabled, the user will have a dataspace assigned at that point #}
Original file line number Diff line number Diff line change 11{% load i18n %}
2- {% url 'product_portfolio:product_list' as product_list_url %}
3- {% url 'component_catalog:package_list' as package_list_url %}
4- {% url 'license_library:license_list' as license_list_url %}
5- {% url 'product_portfolio:compliance_dashboard' as compliance_dashboard_url %}
6-
72{% if not user.is_anonymous %}
83 < li class ="nav-item{% if product_list_url in request.path and 'compliance' not in request.path %} active{% endif %} ">
94 < a class ="nav-link " href ="{{ product_list_url }} ">
2116 {% trans 'Licenses' %}
2217 </ a >
2318</ li >
19+ < li class ="nav-item py-2 ">
20+ < div class ="vr d-none d-lg-flex h-100 mx-lg-1 text-white "> </ div >
21+ < hr class ="d-lg-none my-2 text-white-50 ">
22+ </ li >
2423< li class ="nav-item{% if compliance_dashboard_url in request.path %} active{% endif %} ">
2524 < a class ="nav-link " href ="{{ compliance_dashboard_url }} ">
2625 {% trans 'Compliance' %}
2726 </ a >
27+ </ li >
28+ < li class ="nav-item{% if request_list_url in request.path %} active{% endif %} d-none d-xl-flex ">
29+ < a class ="nav-link " href ="{{ request_list_url }} ">
30+ {% trans 'Requests' %}
31+ </ a >
2832</ li >
You can’t perform that action at this time.
0 commit comments