
align animating icons bring back color in sidebar tiles change settings hover color new help icon for allowed failures and settings help fix svgs for firefox also for remove log also for help icon fix coloring issues, use flexbox footer
20 lines
440 B
Handlebars
20 lines
440 B
Handlebars
{{#if canCancel}}
|
|
{{#if cancelling}}
|
|
{{loading-indicator height=true}}
|
|
{{else}}
|
|
<a href="#" {{action "cancel"}} class="button-circle-cancel" title="Cancel job">
|
|
Cancel Job
|
|
</a>
|
|
{{/if}}
|
|
{{/if}}
|
|
|
|
{{#if canRestart}}
|
|
{{#if restarting}}
|
|
{{loading-indicator height=true}}
|
|
{{else}}
|
|
<a href="#" {{action "restart"}} class="button-circle-trigger" title="Restart job">
|
|
Restart Job
|
|
</a>
|
|
{{/if}}
|
|
{{/if}}
|