diff options
author | friendica <info@friendica.com> | 2012-05-22 03:44:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-22 03:44:03 -0700 |
commit | f29f861d25c443075c1bd310313aaf52596402a3 (patch) | |
tree | 51f59adc8a7035af69f4cad7dcbf72b109180ff1 /view | |
parent | be64437b147259d6eac0d5455de7c435eee450e6 (diff) | |
download | volse-hubzilla-f29f861d25c443075c1bd310313aaf52596402a3.tar.gz volse-hubzilla-f29f861d25c443075c1bd310313aaf52596402a3.tar.bz2 volse-hubzilla-f29f861d25c443075c1bd310313aaf52596402a3.zip |
add queue totals to admin summary page
Diffstat (limited to 'view')
-rw-r--r-- | view/admin_summary.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/admin_summary.tpl b/view/admin_summary.tpl index eed71fbe0..4efe1960c 100644 --- a/view/admin_summary.tpl +++ b/view/admin_summary.tpl @@ -2,6 +2,10 @@ <h1>$title - $page</h1> <dl> + <dt>$queues.label</dt> + <dd>$queues.deliverq - $queues.queue</dd> + </dl> + <dl> <dt>$pending.0</dt> <dd>$pending.1</dt> </dl> |