File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h3 class="has-filters">
3434 < th > </ th >
3535 < th > {{ labels.ASSET_LABEL }}</ th >
3636 < th > {{ labels.ASSET_LABEL }}</ th >
37- < th > ID </ th >
37+
3838 < th > Engagement Name</ th >
3939 {% if system_settings.enable_jira %}
4040 < th > JIRA</ th >
@@ -136,11 +136,10 @@ <h3 class="has-filters">
136136 < td class ="prod_name ">
137137 < a href ="{% url 'product_type_metrics' p.prod_type.id %} "> {{ p.prod_type.name }}</ a >
138138 </ td >
139+
139140 < td >
140- {{ e.engagement_id }}
141- </ td >
142- < td >
143- < a class ="eng_link " href ="{% url 'view_engagement' e.id %} "> {% if e.name %}{{ e.name }}{% endif %}</ a >
141+ < a class ="eng_link " href ="{% url 'view_engagement' e.id %} "> {% if e.name %}{{ e.name }}{%
142+ endif %}</ a >
144143 {% include "dojo/snippets/tags.html" with tags=e.tags.all %}
145144 < br >
146145 </ td >
You can’t perform that action at this time.
0 commit comments