add and test style from file
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user