Update of /var/cvs/applications/crontab/blocks
In directory james.mmbase.org:/tmp/cvs-serv26516/blocks
Modified Files:
index.jspx
Log Message:
more MMB-1687
See also: http://cvs.mmbase.org/viewcvs/applications/crontab/blocks
See also: http://www.mmbase.org/jira/browse/MMB-1687
Index: index.jspx
===================================================================
RCS file: /var/cvs/applications/crontab/blocks/index.jspx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- index.jspx 29 Jul 2008 15:21:45 -0000 1.3
+++ index.jspx 29 Jul 2008 17:58:34 -0000 1.4
@@ -80,15 +80,6 @@
</mm:link>
</c:if>
<c:if test="${cronentry.alive}">
- <c:forEach var="thread" items="${cronentry.threads}">
- Since <mm:time referid="thread.startTime" format="$format" />
- <mm:link>
- <mm:param name="interrupt" value="${cronentry.id}" />
- <mm:param name="threadno"><mm:index /></mm:param>
- <a href="${_}">Interrupt</a>
- </mm:link>
- <mm:last inverse="true">, </mm:last>
- </c:forEach>
<mm:write value="${cronentry.type}">
<mm:compare value="canbemore">
<mm:link>
@@ -138,6 +129,21 @@
</td>
</tr>
<tr>
+ <th>Running</th>
+ <td>
+ <mm:listfunction module="crontab" name="running" id="job">
+ Since <mm:time referid="job.start" format="$format" />
+ <mm:link>
+ <mm:param name="interrupt" value="${job.cronEntry.id}" />
+ <mm:param name="threadno">${job.id}</mm:param>
+ <mm:param name="machine">${job.machine}</mm:param>
+ <a href="${_}">Interrupt</a>
+ </mm:link>
+ </mm:listfunction>
+ <br />
+ </td>
+ </tr>
+ <tr>
<th>Reload configuration</th>
<td><mm:link><mm:param name="reload" value="" /><a href="${_}"
class="navigate"><img src="${ok}" alt="reload" /></a></mm:link></td>
</tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs