github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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=decoratedSource)
     4    sort-by=(component "list-table/sort-by"
     5      currentProp=sortProperty
     6      sortDescending=sortDescending
     7    )
     8  )}}