2021-04-29 20:00:59 +00:00
|
|
|
|
{{#let (cannot "exec allocation" namespace=this.job.namespace) as |cannotExec|}}
|
2020-05-11 19:43:17 +00:00
|
|
|
|
<button
|
|
|
|
|
data-test-exec-button
|
|
|
|
|
type="button"
|
|
|
|
|
class="button exec-button is-outline is-small {{if cannotExec "tooltip"}}"
|
|
|
|
|
disabled={{if cannotExec 'disabled'}}
|
|
|
|
|
aria-label={{if cannotExec "You don’t have permission to exec"}}
|
|
|
|
|
{{action "open"}}>
|
|
|
|
|
{{x-icon "console"}}
|
|
|
|
|
<span>Exec</span>
|
|
|
|
|
</button>
|
2021-04-29 20:00:59 +00:00
|
|
|
|
{{/let}}
|
|
|
|
|
|