Skip to content
Snippets Groups Projects
Commit c050d477 authored by Brittany Faciane's avatar Brittany Faciane Committed by Daniel Lyons
Browse files

test

parent 35e2e202
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1417Add the FETCH stage completion state to the workflow_metadata field on the capability version
......@@ -86,6 +86,7 @@
<span><i class="text-dark small fas fa-filter"></i></span>
</button>
</th>
<th>NGAS Download Status</th>
<th>SDM ID</th>
<th>Bands</th>
<th>Array Configuration</th>
......@@ -148,6 +149,7 @@
<td [ngClass]="{'stage1-status': getExecutionStatusName(request) === 'Awaiting QA',
'execution-status': getExecutionStatusName(request) === 'Executing',
'stage2-status': getExecutionStatusName(request) === 'Stage 2 Review'}">{{ getExecutionStatusName(request) }}</td>
<td>{{ getMetadata(request).download_status }}</td>
<td>{{ getMetadata(request).sdm_id }}</td>
<td>{{ getMetadata(request).bands ? getMetadata(request).bands.split(' ').join(', ') : "" }}</td>
<td>{{ getMetadata(request).array_config }}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment