mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
adding workflow badge for project sync and inventory sync stdout
This commit is contained in:
@@ -21,6 +21,15 @@
|
|||||||
<a href="{{inv_manage_group_link}}">
|
<a href="{{inv_manage_group_link}}">
|
||||||
{{ inventory_source_name }}
|
{{ inventory_source_name }}
|
||||||
</a>
|
</a>
|
||||||
|
<a href="{{ workflow_result_link }}"
|
||||||
|
aw-tool-tip="View workflow results"
|
||||||
|
data-placement="top"
|
||||||
|
data-original-title="" title="">
|
||||||
|
<i class="WorkflowBadge"
|
||||||
|
ng-show="job.launch_type === 'workflow' ">
|
||||||
|
W
|
||||||
|
</i>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,15 @@
|
|||||||
<a ui-sref="projects.edit({id: job.project})">
|
<a ui-sref="projects.edit({id: job.project})">
|
||||||
{{ project_name }}
|
{{ project_name }}
|
||||||
</a>
|
</a>
|
||||||
|
<a href="{{ workflow_result_link }}"
|
||||||
|
aw-tool-tip="View workflow results"
|
||||||
|
data-placement="top"
|
||||||
|
data-original-title="" title="">
|
||||||
|
<i class="WorkflowBadge"
|
||||||
|
ng-show="job.launch_type === 'workflow' ">
|
||||||
|
W
|
||||||
|
</i>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user