{include file="header.html"} {title value=$layout.pagetitle link="{fontimg src='add'} {trans('Add host')}"} {box}
| # | {trans('Nazwa')} | {trans('Ostatnie Przeładowanie')} |
{trans("Opis")} | {trans('Węzeł')} | {trans('Interfejs')} | |
|---|---|---|---|---|---|---|
| {$host.id|string_format:"%02d"} | {$host.name} | {if $host.lastreload}{$host.lastreload|date_format:"%Y-%m-%d %H:%M:%S"}{else}-{/if} | {$host.description} | {if $host.networknodeid} {$host.networknodename} {/if} | {if $host.netdevid} {$host.netdevname} {/if} | {fontimg src="img/delete.gif" show="1"} {fontimg src="img/edit.gif" show="1"} |
|
{trans("There are no hosts configured.")}
|
||||||