mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Keep the scm update status hidden until we actually have a status to show.
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