some more status info for CDR processing
authorIvan Kohler <ivan@freeside.biz>
Sun, 10 Aug 2014 21:17:40 +0000 (14:17 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 10 Aug 2014 21:17:40 +0000 (14:17 -0700)
httemplate/view/Status.html

index 6b1cc6d..8dddd14 100644 (file)
@@ -142,7 +142,7 @@ if ( _is_running('cdrd') ) {
         AND calldate > '$24ago'
   });
   $status{'CDR Processing'} = [
-    { 'title' => 'Unprocessed CDRs',
+    { 'title' => 'Unprocessed CDRs (last 24 hours)',
       'value' => $cdrs,
     },
   ];