mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
f39671d568
* Create GridCollection for nodes page with styling * Update ListCollection styling * Update TagList styling * Create CompositeRow styling component * Update ConsulServiceList component with styling * Create service health-checks helper * Add InstanceCount to the service model * Add tag-svg to codebase * Create and update tests for service-list page * Upgrade @hashicorp/consul-api-double to 2.14.0
6 lines
370 B
Handlebars
6 lines
370 B
Handlebars
<EmberNativeScrollable @tagName="ul" @content-size={{_contentSize}} @scroll-left={{_scrollLeft}} @scroll-top={{_scrollTop}} @scrollChange={{action "scrollChange"}} @clientSizeChange={{action "clientSizeChange"}}>
|
|
<li></li>
|
|
{{~#each _cells as |cell|~}}
|
|
<li style={{{cell.style}}}>{{yield cell.item cell.index }}</li>
|
|
{{~/each~}}
|
|
</EmberNativeScrollable> |