{% template "common/header" . %}
{% template "host/menu" . %}
{%if .IsAdmin%} {%end%}
{%range $i, $v := .Hosts%} {%end%}
ID 主机名 别名 端口 备注 操作
{%.Id%} {%.Name%} {%.Alias%} {%.Port%} {%.Remark%} {%if $.IsAdmin%} 编辑
{%end%}
{%if $.IsAdmin%} {%end%}
{% template "common/pagination" .%}
{% template "common/footer" . %}