github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/app/templates/dc/acls/-nav.hbs (about) 1 {{tab-nav 2 items=(array 3 (hash 4 label='Tokens' 5 href=(href-to 'dc.acls.tokens') 6 ) 7 (hash 8 label='Policies' 9 href=(href-to 'dc.acls.policies') 10 ) 11 ) 12 selected=(if (is-href 'dc.acls.policies') 'policies' 'tokens') 13 }}