File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 380380 {% if "dojo.view_tool_type"|has_configuration_permission:request %}
381381 < a href ="{% url 'tool_type' %} " class ="block py-1.5 pl-12 pr-4 text-sm text-gray-400 hover:text-white hover:bg-white/10 "> {% trans "Tool Type" %}</ a >
382382 {% endif %}
383+ {% if "dojo.view_cicdinfrastructure"|has_configuration_permission:request %}
384+ < a href ="{% url 'cicd_infrastructure' %} " class ="block py-1.5 pl-12 pr-4 text-sm text-gray-400 hover:text-white hover:bg-white/10 "> {% trans "CI/CD Infrastructure" %}</ a >
385+ {% endif %}
383386 </ div >
384387 </ div >
385388
Original file line number Diff line number Diff line change 613613 </ a >
614614 </ li >
615615 {% endif %}
616+ {% if "dojo.view_cicdinfrastructure"|has_configuration_permission:request %}
617+ < li >
618+ < a href ="{% url 'cicd_infrastructure' %} ">
619+ {% trans "CI/CD Infrastructure" %}
620+ </ a >
621+ </ li >
622+ {% endif %}
616623 </ ul >
617624 </ li >
618625 {% endblock %}
You can’t perform that action at this time.
0 commit comments