mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Keep the scm update status hidden until we actually have a status to show.
This commit is contained in:
parent
f34081fb8d
commit
ef8b54476d
@ -226,7 +226,7 @@
|
||||
</label>
|
||||
<div class="JobResults-resultRowText">
|
||||
<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"
|
||||
data-placement="top">
|
||||
<i class="JobResults-statusResultIcon
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user