Skip to content

Commit

Permalink
additional_checks: Add extra columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Nov 9, 2022
1 parent 656b18b commit e6faf15
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions cove_ofds/templates/cove_ofds/additional_checks_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h4>
<tr>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Type' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -77,6 +78,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.incorrect_type }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -98,6 +102,7 @@ <h4>
<tr>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Coordinates' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -109,6 +114,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.incorrect_coordinates }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -130,6 +138,7 @@ <h4>
<tr>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Type' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -141,6 +150,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.incorrect_type }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -162,6 +174,7 @@ <h4>
<tr>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Coordinates' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -173,6 +186,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.incorrect_coordinates }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -195,6 +211,7 @@ <h4>
<tr>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Phase reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -206,6 +223,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.phase_id_not_found }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -217,6 +237,7 @@ <h4>
<tr>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Phase reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -228,6 +249,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.phase_id_not_found }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -239,6 +263,7 @@ <h4>
<tr>
<th class="">{% trans 'Contract Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Phase reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -250,6 +275,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.phase_id_not_found }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -275,6 +303,7 @@ <h4>
<tr>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Phase reference name' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -286,6 +315,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.name_in_reference }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -297,6 +329,7 @@ <h4>
<tr>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Phase reference name' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -308,6 +341,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.name_in_reference }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -319,6 +355,7 @@ <h4>
<tr>
<th class="">{% trans 'Contract Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Phase reference name' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -330,6 +367,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.name_in_reference }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -354,6 +394,7 @@ <h4>
<th class="">{% trans 'Field' %}</th>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Organisation reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -368,6 +409,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.organisation_id_not_found }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -380,6 +424,7 @@ <h4>
<th class="">{% trans 'Field' %}</th>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Organisation reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -394,6 +439,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.organisation_id_not_found }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -405,6 +453,7 @@ <h4>
<tr>
<th class="">{% trans 'Phase Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Organisation reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -416,6 +465,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.organisation_id_not_found }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -441,6 +493,7 @@ <h4>
<th class="">{% trans 'Field' %}</th>
<th class="">{% trans 'Node Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Organisation reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -455,6 +508,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.name_in_reference }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -467,6 +523,7 @@ <h4>
<th class="">{% trans 'Field' %}</th>
<th class="">{% trans 'Span Id' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Organisation reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -481,6 +538,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.name_in_reference }}
</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -492,6 +552,7 @@ <h4>
<tr>
<th class="">{% trans 'Phase ID' %}</th>
<th class="">{% trans 'Network ID' %}</th>
<th class="">{% trans 'Organisation reference' %}</th>
</tr>
</thead>
<tbody>
Expand All @@ -503,6 +564,9 @@ <h4>
<td>
{{ additional_check.network_id }}
</td>
<td>
{{ additional_check.name_in_reference }}
</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit e6faf15

Please sign in to comment.