{{#global-header class="page-header"}} Nodes {{/global-header}} {{#gutter-menu class="page-body"}}
{{#list-pagination source=sortedAgents size=pageSize page=currentPage as |p|}} {{#list-table source=p.list sortProperty=sortProperty sortDescending=sortDescending class="with-foot" as |t|}} {{#t.head}} {{#t.sort-by prop="name"}}Name{{/t.sort-by}} {{#t.sort-by prop="status"}}Status{{/t.sort-by}} {{#t.sort-by prop="isLeader"}}Leader{{/t.sort-by}} {{#t.sort-by prop="address"}}Address{{/t.sort-by}} {{#t.sort-by prop="serfPort"}}port{{/t.sort-by}} {{#t.sort-by prop="datacenter"}}Datacenter{{/t.sort-by}} {{/t.head}} {{#t.body as |row|}} {{server-agent-row agent=row.model}} {{/t.body}} {{/list-table}}
{{/list-pagination}} {{outlet}}
{{/gutter-menu}}