close
This commit is contained in:
parent
659af2089c
commit
61ff0248da
1 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Current Limitations</h3>
|
||||
<ul>
|
||||
<li>Cannot have more than one of the same operation</li>
|
||||
|
@ -136,7 +137,8 @@
|
|||
<!-- Modal Header -->
|
||||
<div class="modal-header">
|
||||
<h2 class="modal-title">Pipeline Configuration</h2>
|
||||
<button type="button" class="close" data-bs-dismiss="modal">×</button>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Modal body -->
|
||||
|
|
Loading…
Reference in a new issue