bnovo plugin

scheduller
This commit is contained in:
2024-12-10 20:07:23 +09:00
parent 8dce756a27
commit 806c611cc7
38 changed files with 1301 additions and 277 deletions

View File

@@ -0,0 +1,16 @@
.checkbox-row {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.checkbox-row label {
display: inline-block;
width: auto;
margin-right: 10px;
}
.form-row.last_run span {
font-weight: bold;
margin-left: 10px;
}