add and test style from file

This commit is contained in:
bel
2020-03-15 16:55:46 +00:00
parent a544dcdde7
commit 061292386c
4 changed files with 52 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ function init() {
}
function format(job) {
return `<tr><td><details>
<summary>(${job.last.status}) ${job.id}</summary>
<summary name="${job.id}">(${job.last.status}) ${job.title}</summary>
<table>
<tr>
<td><code>${job.cron}</code></td>