{extends file='../layouts/index.html'} {block name=body}
{include file='../blocks/btn.html'}
{form_open('','method="get" class="form-inline col-lg-12 m-b-small" data-pjax')} {form_dropdown('cluster_id', $cluster_option, element('cluster_id',$search,'0'), 'class="input-small form-control m-b-mini"')} {form_close()}
{foreach from=$list item=m} {/foreach}
{_('节点名称')} {_('类型')}/{_('集群')} {_('运行时间')} {_('网络')} ↓ | {_('处理器')} {_('内存')} {_('磁盘')}/{_('读写')}
{'desc'|element:$m} {'type'|element:$m|element:$resource_option} ({'cluster_id'|element:$m|element:$cluster_option}{if $m.type|in_array:['qemu','lxc']}/{$m.node}{/if}) 0 | 0
{if $m.type eq 'node'}
{else} 0 | 0 {/if}
{/block}