From a043e5ed193debf91500e478b96fd48b1d18d620 Mon Sep 17 00:00:00 2001 From: xisi Date: Fri, 24 Jan 2014 16:32:00 -0500 Subject: [PATCH] Fixes #1561, which happened to me even with the API key in the correct format --- public/templates/mpos/statistics/uptime/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mpos/statistics/uptime/default.tpl b/public/templates/mpos/statistics/uptime/default.tpl index 0de8c82f..ab6fd700 100644 --- a/public/templates/mpos/statistics/uptime/default.tpl +++ b/public/templates/mpos/statistics/uptime/default.tpl @@ -24,7 +24,7 @@ {assign var=node value="."|explode:$item.friendlyname} - {$node.1} + {if $node|@count > 1}{$node.1}{/if} {$CODES[$item.status]} {$item.log.1.datetime|date_format:"%b %d, %Y %H:%M"}