mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
14 lines
326 B
Handlebars
14 lines
326 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{yield (hash
|
|
head=(component "list-table/table-head")
|
|
body=(component "list-table/table-body" rows=this.decoratedSource)
|
|
sort-by=(component "list-table/sort-by"
|
|
currentProp=this.sortProperty
|
|
sortDescending=this.sortDescending
|
|
)
|
|
)}}
|