summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-08-10 14:17:40 -0700
committerIvan Kohler <ivan@freeside.biz>2014-08-10 14:17:40 -0700
commitf231eae341e7f438a1a1eea9f4ddad8f0a7b4fb7 (patch)
tree2cdb883e3ac90531bf7cc485f37ece67c6146883
parent4d4ce643b3c78f7563a3d400567b71acc632216a (diff)
some more status info for CDR processing
-rw-r--r--httemplate/view/Status.html2
1 files changed, 1 insertions, 1 deletions
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,
},
];