Small Bree based job runner + gui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011 |
- button(hx-post="/client/clicked" hx-swap="outerHTML") #{msg}
- p #{h}
- ul
- each job in jobs
- li
- p name:
- span= job.name
- p timout:
- span= job.timeout ? job.timeout : 'false'
- p interval:
- span= job.interval ? job.interval : 'false'
|