open-nomad/ui/app/templates/components/list-table/table-body.hbs
Buck Doyle 31b4ed7a6d
Add DAS UI code from enterprise (#9192)
This is a few combined iterations on the DAS feature.
2020-10-29 07:46:42 -05:00

4 lines
80 B
Handlebars

{{#each this.rows key=this.key as |row index|}}
{{yield row index}}
{{/each}}