Update of /var/cvs/applications/crontab/blocks
In directory james.mmbase.org:/tmp/cvs-serv16867/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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- index.jspx  14 Jul 2008 13:59:23 -0000      1.2
+++ index.jspx  29 Jul 2008 15:21:45 -0000      1.3
@@ -72,7 +72,7 @@
           <td>${cronentry.type}</td>
           <td>${cronentry.cronTime}</td>
           <td>
-            <c:if test="${not cronentry.alive}">
+            <c:if test="${not cronentry.mustBeOne or not cronentry.alive}">
               No
               <mm:link>
                 <mm:param name="kick" value="${cronentry.id}" />
@@ -130,6 +130,14 @@
         </td>
       </tr>
       <tr>
+        <th>Queue</th>
+        <td>
+          <mm:listfunction module="crontab" name="queue">
+            ${_}<br />
+          </mm:listfunction>
+        </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

Reply via email to