mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Merge pull request #5139 from mabashian/5102-job-details-pending
SCM Update status on job details
This commit is contained in:
@@ -226,7 +226,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="JobResults-resultRowText">
|
<div class="JobResults-resultRowText">
|
||||||
<a href="{{ project_update_link }}"
|
<a href="{{ project_update_link }}"
|
||||||
ng-hide="job.summary_fields.project.scm_type===''"
|
ng-hide="job.summary_fields.project.scm_type==='' || !project_status"
|
||||||
aw-tool-tip="View project sync results"
|
aw-tool-tip="View project sync results"
|
||||||
data-placement="top">
|
data-placement="top">
|
||||||
<i class="JobResults-statusResultIcon
|
<i class="JobResults-statusResultIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user