Skip to content
Snippets Groups Projects

SWS-7: Finish "download" workflow template

Merged Nathan Hertz requested to merge SWS-7-download-workflow-template into main
1 unresolved thread
Files
7
<div class="container-fluid">
<div class="row py-2">
<div class="col">
<button type="button" class="btn btn-primary" (click)="nullButtonOnClick()">Launch null capability [null -g]</button>
<button type="button" class="btn btn-primary" (click)="downloadButtonOnClick()">Launch null capability [null -g]</button>
</div>
</div>
</div>
Loading