Skip to content
Snippets Groups Projects

Relocatable Null

Merged Charlotte Hausman requested to merge relocatable_workflows into main
1 unresolved thread
2 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,6 +11,26 @@
Launch null capability
</button>
</div>
<div class="d-flex px-2">
<button
type="button"
id="launchNullCapabilityCVBtn"
class="btn btn-secondary btn-lg"
(click)="nullCVButtonOnClick()"
>
Launch null at CV-NAASC
</button>
</div>
<div class="d-flex px-2">
<button
type="button"
id="launchNullCapabilityNMTBtn"
class="btn btn-secondary btn-lg"
(click)="nullNMTButtonOnClick()"
>
Launch null at NMT
</button>
</div>
</div>
</div>
<div class="container border rounded py-3 my-3">
Loading