github.com/hernad/nomad@v1.6.112/ui/app/templates/components/list-table.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  {{yield (hash
     7    head=(component "list-table/table-head")
     8    body=(component "list-table/table-body" rows=this.decoratedSource)
     9    sort-by=(component "list-table/sort-by"
    10      currentProp=this.sortProperty
    11      sortDescending=this.sortDescending
    12    )
    13  )}}