File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -892,30 +892,30 @@ <h3 class="panel-title"><span class="fa-solid fa-server" aria-hidden="true"></sp
892892 < tr >
893893 < td > < strong > Orchestration</ strong > </ td >
894894 < td >
895- {% if eng.orchestration_engine.id %}
896- < a href ="{% url 'edit_tool_config ' eng.orchestration_engine .id %} "> {{ eng.orchestration_engine .name }}</ a >
895+ {% if eng.cicd_orchestration_engine %}
896+ < a href ="{% url 'edit_cicd_infrastructure ' eng.cicd_orchestration_engine .id %} "> {{ eng.cicd_orchestration_engine .name }}</ a >
897897 {% else %}
898- {{ eng.orchestration_engine.name |notspecified }}
898+ {{ eng.cicd_orchestration_engine |notspecified }}
899899 {% endif %}
900900 </ td >
901901 </ tr >
902902 < tr >
903903 < td > < strong > SCM Server</ strong > </ td >
904904 < td >
905- {% if eng.source_code_management_server.id %}
906- < a href ="{% url 'edit_tool_config ' eng.source_code_management_server .id %} "> {{ eng.source_code_management_server .name }}</ a >
905+ {% if eng.cicd_scm_server %}
906+ < a href ="{% url 'edit_cicd_infrastructure ' eng.cicd_scm_server .id %} "> {{ eng.cicd_scm_server .name }}</ a >
907907 {% else %}
908- {{ eng.source_code_management_server.name |notspecified }}
908+ {{ eng.cicd_scm_server |notspecified }}
909909 {% endif %}
910910 </ td >
911911 </ tr >
912912 < tr >
913913 < td > < strong > Build Server</ strong > </ td >
914914 < td >
915- {% if eng.build_server.id %}
916- < a href ="{% url 'edit_tool_config ' eng.build_server .id %} "> {{ eng.build_server .name }}</ a >
915+ {% if eng.cicd_build_server %}
916+ < a href ="{% url 'edit_cicd_infrastructure ' eng.cicd_build_server .id %} "> {{ eng.cicd_build_server .name }}</ a >
917917 {% else %}
918- {{ eng.build_server.name |notspecified }}
918+ {{ eng.cicd_build_server |notspecified }}
919919 {% endif %}
920920 </ td >
921921 </ tr >
You can’t perform that action at this time.
0 commit comments