[CalendarServer-changes] [13673] CalendarServer/trunk/calendarserver/tools/dashboard.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 23 09:01:03 PDT 2014


Revision: 13673
          http://trac.calendarserver.org//changeset/13673
Author:   cdaboo at apple.com
Date:     2014-06-23 09:01:03 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
Fix totals column ordering.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/dashboard.py

Modified: CalendarServer/trunk/calendarserver/tools/dashboard.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/dashboard.py	2014-06-23 15:34:59 UTC (rev 13672)
+++ CalendarServer/trunk/calendarserver/tools/dashboard.py	2014-06-23 16:01:03 UTC (rev 13673)
@@ -545,8 +545,8 @@
             "Total:",
             total_queued,
             total_assigned,
+            total_late,
             total_failed,
-            total_late,
             total_completed,
             safeDivision(total_time, total_completed, 1000.0)
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140623/9a4c904a/attachment.html>


More information about the calendarserver-changes mailing list