open-consul/ui/packages/consul-ui/app/components/data-collection/index.hbs

8 lines
260 B
Handlebars

{{did-update (action (fn (set this 'term') '') @search)}}
{{yield (hash
search=(action this.search)
items=this.items
Collection=(if (gt this.items.length 0) (component 'anonymous') '')
Empty=(if (eq this.items.length 0) (component 'anonymous') '')
)}}