{$lastonline_limit = ConfigHelper::getConfig('phpui.lastonline_limit')}
{if $layout.module == 'ewxnodelist'} {t a=$customernodes|@count|default:"0"}Channel Nodes ($a):{/t} {else} {t a=$customernodes|@count|default:"0"}Customer Nodes ($a):{/t} {/if} |
{if $node.lastonline}
{if ($smarty.now-$node.lastonline) > $lastonline_limit}
{else}
{/if}
{else}
{/if}
{$node.name} {$node.ip} {if $node.ip_pub!="0.0.0.0"} ({$node.ip_pub}) {/if} / {$node.mac} {$node.info|truncate:40:"…":true} |
{trans("No nodes found in database.")} |