mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Add details command for SQL jobs and fix some minor warnings
This commit is contained in:
parent
da1437df54
commit
47e83f3f6e
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
</td>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td><pre>{{.JobConfig.Command}}</pre></td>
|
||||
<td><pre>{{if eq .JobConfig.Type 1}}{{.JobConfig.Command}}{{else if eq .JobConfig.Type 2}}{{.JobConfig.SqlText}}{{end}}</pre></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue