mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Fix for download button being visible on job results
This commit is contained in:
@@ -500,9 +500,9 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- DOWNLOAD ACTION -->
|
<!-- DOWNLOAD ACTION -->
|
||||||
<a ng-show="job_status.status === 'failed' ||
|
<a ng-show="job.status === 'failed' ||
|
||||||
job_status.status === 'successful' ||
|
job.status === 'successful' ||
|
||||||
job_status.status === 'canceled'"
|
job.status === 'canceled'"
|
||||||
href="/api/v1/jobs/{{ job.id }}/stdout?format=txt_download&token={{ token }}">
|
href="/api/v1/jobs/{{ job.id }}/stdout?format=txt_download&token={{ token }}">
|
||||||
<button class="StandardOut-actionButton"
|
<button class="StandardOut-actionButton"
|
||||||
aw-tool-tip="Download Output"
|
aw-tool-tip="Download Output"
|
||||||
|
|||||||
Reference in New Issue
Block a user