mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
121bd2e0ab
* ui: PagedCollection component * ui: Use PagedCollection (#12436) * ui: Integrate PagedCollection into DisclosureMenu * Integrate PageCollection into DC, Nspace and Partition menus
16 lines
383 B
Handlebars
16 lines
383 B
Handlebars
{{yield (hash
|
|
items=this.items
|
|
page=@page
|
|
pane=(fn this.setPane)
|
|
resize=(fn this.resize)
|
|
viewport=(fn this.setViewport)
|
|
rowHeight=(fn this.setRowHeight)
|
|
maxHeight=(fn this.setMaxHeight)
|
|
startHeight=this.startHeight
|
|
totalHeight=this.totalHeight
|
|
totalPages=this.totalPages
|
|
Pager=(if (eq type "index") (component 'yield') '')
|
|
)}}
|
|
|
|
{{will-destroy this.disconnect}}
|