Skip to content
Snippets Groups Projects

WS-677: `null_dag` capability

Merged Nathan Hertz requested to merge WS-677-null_dag-capability into main
2 files
+ 17
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,6 +31,16 @@
Launch null at NMT
</button>
</div>
<div class="d-flex px-2">
<button
type="button"
id="launchNullDagCapability"
class="btn btn-secondary btn-lg"
(click)="nullDagButtonOnClick()"
>
Launch multi-stage null capability
</button>
</div>
</div>
</div>
<div class="container border rounded py-3 my-3">
Loading