github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/templates/components/exec/open-button.hbs (about) 1 {{#let (cannot "exec allocation") as |cannotExec|}} 2 <button 3 data-test-exec-button 4 type="button" 5 class="button exec-button is-outline is-small {{if cannotExec "tooltip"}}" 6 disabled={{if cannotExec 'disabled'}} 7 aria-label={{if cannotExec "You don’t have permission to exec"}} 8 {{action "open"}}> 9 {{x-icon "console"}} 10 <span>Exec</span> 11 </button> 12 {{/let}}