Implement client side enable, disable, edit

This commit is contained in:
bel
2020-03-15 20:14:03 +00:00
parent 4467094230
commit 0971908da7
8 changed files with 63 additions and 18 deletions

View File

@@ -8,8 +8,9 @@
</h1>
<details>
<summary>Upsert Job</summary>
<form id="upserts" action="#" method="get" onsubmit="upserts(); return false;">
<form id="upsert" action="#" method="get" onsubmit="upsert(); return false;">
<input type="text" name="id" placeholder="id"/>
<label><input type="checkbox" name="disabled"/> Disabled</label>
<select name="language" required>
<option value="bash" selected>bash</option>
</select>