<@sys.clusterList startHeartbeatDate=startHeartbeatDate endHeartbeatDate=endHeartbeatDate master=master orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'cluster.startup_date'/> <@t.page 'cluster.heartbeat_time'/> <@t.page 'version'/> <@t.page 'revision'/>
${a.uuid!}<#if a.master>[<@t.page 'cluster.master'/>] ${a.createDate!} ${a.heartbeatDate!} ${a.cmsVersion!} ${a.revision!}
<#include "../include_page/page.html"/>