Update of /var/cvs/applications/crontab/blocks
In directory james.mmbase.org:/tmp/cvs-serv15666/blocks

Modified Files:
        index.jspx 
Log Message:
some details


See also: http://cvs.mmbase.org/viewcvs/applications/crontab/blocks


Index: index.jspx
===================================================================
RCS file: /var/cvs/applications/crontab/blocks/index.jspx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- index.jspx  2 Dec 2008 09:10:36 -0000       1.7
+++ index.jspx  2 Dec 2008 09:23:22 -0000       1.8
@@ -65,6 +65,7 @@
         <th>id</th>
         <th>type</th>
         <th>time</th>
+        <th>servers</th>
         <th>run</th>
         <th>last run started on</th>
         <th>cost of last run (ms)</th>
@@ -79,7 +80,9 @@
           <td>${cronentry.cronTime}</td>
           <td>
             <jsp:text>${cronentry.servers}</jsp:text>
-            <c:if test="${not cronentry.mustBeOne or not cronentry.alive}">
+          </td>
+          <td>
+            <c:if test="${(not cronentry.mustBeOne or not cronentry.alive) and 
cronentry.active}">
               <mm:link>
                 <mm:param name="kick" value="${cronentry.id}" />
                 <a href="${_}">Kick</a>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to