This commit is contained in:
Anthony Stirling
2024-01-05 18:00:30 +00:00
parent 6c963e1b6c
commit 572f9f728f
29 changed files with 174 additions and 107 deletions

View File

@@ -80,6 +80,7 @@
</div>
</div>
<p>Below info is Alpha only, will be removed and hence not translated</p>
<h3>Current Limitations</h3>
<ul>
@@ -106,9 +107,8 @@
</ul>
<h3>Todo</h3>
<ul>
<ul>
<li>Save to browser/Account</li>
<li>Save to browser/Account</li>
<li>offline folder scan mode checks and testing for unique usecases</li>
<li>Improve operation config settings UI</li>
</ul>
@@ -203,6 +203,7 @@
type="text" id="pipelineName" class="form-control"
th:placeholder="#{pipelineOptions.pipelineNamePrompt}">
</div>
<div class="mb-3">
<label for="operationsDropdown" th:text="#{pipelineOptions.selectOperation}"></label>
<select id="operationsDropdown" class="form-select">
<!-- Options will be dynamically populated here -->