mirror of https://github.com/apache/activemq.git
added display of delay field for a scheduled job
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@908932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ce41d42c5
commit
b379cb69e5
|
@ -27,6 +27,7 @@
|
|||
<th>Cron Entry</th>
|
||||
<th>next scheduled time</th>
|
||||
<th>start</th>
|
||||
<th>delay</th>
|
||||
<th>period</th>
|
||||
<th>repeat</th>
|
||||
<th>Operations</th>
|
||||
|
@ -40,6 +41,7 @@
|
|||
<td>${row.cronEntry}</td>
|
||||
<td>${row.nextExecutionTime}</td>
|
||||
<td>${row.start}</td>
|
||||
<td>${row.delay}</td>
|
||||
<td>${row.period}</td>
|
||||
<td>${row.repeat}</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue