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

@@ -10,19 +10,15 @@ tbody tr:nth-child(2n+1) {
background-color: #161f27;
}
#upserts {
#upsert {
width: 100%;
}
#upserts > textarea {
#upsert > textarea {
width: 100%;
resize: vertical;
}
#upserts > input[name="id"] {
display: none;
}
#jobs > tbody > tr > td {
padding: 0;
}