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

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  {{#if this.visible}}
     7    <LinkTo
     8      @query={{hash currentPage=this.page}}
     9      class={{this.class}}
    10      data-test-pager={{this.test}}
    11      aria-label={{this.label}}
    12    >
    13      {{yield}}
    14    </LinkTo>
    15  {{/if}}