From 54c5e03b4f94e07fccf1d67078a534d2e7da99b4 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 26 Jun 2017 22:42:01 -0700 Subject: provide more comprehensible information on the admin summary page --- view/tpl/admin_summary.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index ca94b0ef7..8125703d7 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -12,7 +12,7 @@
{{$accounts.0}}
-
{{foreach from=$accounts.1 item=acc name=account}}{{$acc.val}}{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}
+
{{foreach from=$accounts.1 item=acc name=account}}{{$acc.val}} {{$acc.label}}{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}
{{$pending.0}}
@@ -20,7 +20,7 @@
{{$channels.0}}
-
{{foreach from=$channels.1 item=ch name=chan}}{{$ch.val}}{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}
+
{{foreach from=$channels.1 item=ch name=chan}}{{$ch.val}} {{$ch.label}}{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}
{{$plugins.0}}
-- cgit v1.2.3