init lang changes

This commit is contained in:
Anthony Stirling
2024-01-01 14:19:22 +00:00
parent 04acdb3b02
commit 88c993367f
26 changed files with 2171 additions and 1661 deletions

View File

@@ -29,6 +29,10 @@
}
</style>
<script th:inline="javascript">
const saveSettings = /*[[#{pipelineOptions.saveSettings}]]*/ '';
</script>
<body>
<div id="page-container">
<div id="content-wrap">
@@ -196,7 +200,7 @@
<label for="pipelineName" class="form-label"
th:text="#{pipelineOptions.pipelineNameLabel}"></label> <input
type="text" id="pipelineName" class="form-control"
placeholder="Enter pipeline name here">
th:placeholder="#{pipelineOptions.pipelineNamePrompt}">
</div>
<div class="mb-3">
<select id="operationsDropdown" class="form-select">