Final pages fixed for decryption

This commit is contained in:
Reece Browne
2024-12-11 16:55:27 +00:00
parent 64dfa4b841
commit bb3f076e6d
3 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
th:href="@{'/css/pipeline.css'}"
th:if="${currentPage == 'pipeline'}"
/>
<script th:src="@{'/js/thirdParty/pdf-lib.min.js'}"></script>
<script th:inline="javascript">
const saveSettings = /*[[#{pipelineOptions.saveSettings}]]*/ "";
const deletePipelineText = /*[[#{pipeline.deletePrompt}]]*/ "Are you sure you want to delete pipeline";