Skip to content

Commit

Permalink
additional_checks: Remove Column
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Dec 15, 2022
1 parent 8b67733 commit ed5db0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cove_ofds/templates/cove_ofds/additional_checks_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ <h4>
<tr>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Field' %}</th>
<th class="">{% trans 'Path' %}</th>
<th class="">{% trans 'Value' %}</th>
</tr>
Expand All @@ -466,9 +465,6 @@ <h4>
<td>
{{ additional_check.node_id }}
</td>
<td>
{{ additional_check.field }}
</td>
<td>
{{ additional_check.path }}
</td>
Expand All @@ -486,7 +482,6 @@ <h4>
<tr>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Field' %}</th>
<th class="">{% trans 'Path' %}</th>
<th class="">{% trans 'Value' %}</th>
</tr>
Expand All @@ -500,9 +495,6 @@ <h4>
<td>
{{ additional_check.span_id }}
</td>
<td>
{{ additional_check.field }}
</td>
<td>
{{ additional_check.path }}
</td>
Expand Down

0 comments on commit ed5db0b

Please sign in to comment.