{t}Connected devices:{/t}
|
||
{t}Name / Producer:{/t} {t}Location:{/t}
|
{t}Ports (used):{/t}
|
|
{$netdevlist[netdevlist].name} {if $netdevlist[netdevlist].producer}/ {$netdevlist[netdevlist].producer}{/if} {$netdevlist[netdevlist].location}
|
{if $netdevlist[netdevlist].linktype}
{else}
{/if}
({$netdevlist[netdevlist].id|string_format:"%04d"}) {$netdevlist[netdevlist].ports} ({$netdevlist[netdevlist].takenports})
|
|
|
{t}No such connected devices.{/t}
|
||
| {if $netdevinfo.ports eq $netdevinfo.takenports} {t}All ports in that device are in use.{/t} {elseif !$restnetdevlist} {t}No such devices for connection.{/t} {else} {/if} | ||