From: Ivan Kohler Date: Sun, 10 Aug 2014 21:17:42 +0000 (-0700) Subject: some more status info for CDR processing X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=260d39897ce64864c5e9d66dcc2f3cf24e1c5e39 some more status info for CDR processing --- diff --git a/httemplate/view/Status.html b/httemplate/view/Status.html index 6b1cc6de2..8dddd144e 100644 --- a/httemplate/view/Status.html +++ b/httemplate/view/Status.html @@ -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, }, ];