github.com/hernad/nomad@v1.6.112/ui/app/templates/components/global-search/trigger.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 {{x-icon "search" class="is-small"}} 7 {{#unless this.select.isOpen}} 8 <span class='placeholder'>Jump to</span> 9 {{/unless}} 10 {{#if (not (or this.select.isActive this.select.isOpen))}} 11 <span class='shortcut' title="Type '/' to search">/</span> 12 {{/if}}