github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/components/list-table.hbs (about) 1 {{yield (hash 2 head=(component "list-table/table-head") 3 body=(component "list-table/table-body" rows=this.decoratedSource) 4 sort-by=(component "list-table/sort-by" 5 currentProp=this.sortProperty 6 sortDescending=this.sortDescending 7 ) 8 )}}