Skip to content
Snippets Groups Projects
Commit 09f6e633 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Making it possible to only accept and archive specified planes for cubes

parent 6cb3ad9b
No related branches found
No related tags found
3 merge requests!16Catch up with main,!15Merge 2.4.1 into main (UI),!13Remove duplicate accept button
<ng-container *ngIf="jobDetail; else loading">
<div class="row no-gutters" *ngIf="canAcceptArchive(jobDetail.status, jobDetail.archiveStatus)">
<div class="row no-gutters" *ngIf="jobDetail.queueName !== 'se_coarse_cube_imaging' && canAcceptArchive(jobDetail.status, jobDetail.archiveStatus)">
<div class="col">
<button type="button" class="btn btn-success btn-sm" (click)="acceptQa()">Accept &amp; Archive</button>
</div>
......
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