mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-02-02 00:16:34 +01:00
workflow selecter on frontend for quick testing
This commit is contained in:
parent
48f0c24886
commit
55bab60e89
@ -20,7 +20,7 @@
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<textarea name="workflow" id="workflow" cols="30" rows="10"></textarea>
|
||||
<textarea name="workflow" id="workflow" cols="120" rows="20"></textarea>
|
||||
<br>
|
||||
<select id="pdfOptions">
|
||||
</select>
|
||||
|
@ -11,7 +11,6 @@ import * as Functions from "./functions.js";
|
||||
// Clear existing options (if any)
|
||||
dropdown.innerHTML = '';
|
||||
|
||||
console.log(exampleWorkflows);
|
||||
// Iterate over the keys of the object and create an option for each key
|
||||
for (const key in exampleWorkflows) {
|
||||
const option = document.createElement('option');
|
||||
|
Loading…
Reference in New Issue
Block a user