This commit is contained in:
Anthony Stirling
2023-07-09 18:10:10 +01:00
parent 6e726ac2a6
commit a742c1b034
4 changed files with 31 additions and 10 deletions

View File

@@ -33,6 +33,10 @@
<!-- Pipeline Configuration Body -->
<div class="card-body">
<div class="mb-3">
<label for="pipelineName" class="form-label">Pipeline Name</label>
<input type="text" id="pipelineName" class="form-control" placeholder="Enter pipeline name here">
</div>
<div class="mb-3">
<select id="operationsDropdown" class="form-select">
<!-- Options will be dynamically populated here -->