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

Modified Files:
        index.jspx 
Log Message:
  MMB-1677


See also: http://cvs.mmbase.org/viewcvs/applications/crontab/blocks
See also: http://www.mmbase.org/jira/browse/MMB-1677


Index: index.jspx
===================================================================
RCS file: /var/cvs/applications/crontab/blocks/index.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- index.jspx  14 Jul 2008 13:58:20 -0000      1.1
+++ index.jspx  14 Jul 2008 13:59:23 -0000      1.2
@@ -60,6 +60,9 @@
         <th>type</th>
         <th>time</th>
         <th>running</th>
+        <th>last run started on</th>
+        <th>cost of last run (ms)</th>
+        <th># runs</th>
         <th>class</th>
         <th>configuration</th>
       </tr>
@@ -96,6 +99,9 @@
               </mm:write>
             </c:if>
           </td>
+          <td>${cronentry.lastRun}</td>
+          <td>${cronentry.lastCost}</td>
+          <td>${cronentry.count}</td>
           <td>${cronentry.className}</td>
           <td>${cronentry.configuration}</td>
         </tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to