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>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<textarea name="workflow" id="workflow" cols="30" rows="10"></textarea>
|
<textarea name="workflow" id="workflow" cols="120" rows="20"></textarea>
|
||||||
<br>
|
<br>
|
||||||
<select id="pdfOptions">
|
<select id="pdfOptions">
|
||||||
</select>
|
</select>
|
||||||
|
@ -11,7 +11,6 @@ import * as Functions from "./functions.js";
|
|||||||
// Clear existing options (if any)
|
// Clear existing options (if any)
|
||||||
dropdown.innerHTML = '';
|
dropdown.innerHTML = '';
|
||||||
|
|
||||||
console.log(exampleWorkflows);
|
|
||||||
// Iterate over the keys of the object and create an option for each key
|
// Iterate over the keys of the object and create an option for each key
|
||||||
for (const key in exampleWorkflows) {
|
for (const key in exampleWorkflows) {
|
||||||
const option = document.createElement('option');
|
const option = document.createElement('option');
|
||||||
|
Loading…
Reference in New Issue
Block a user