adding workflow badge for project sync and inventory sync stdout

This commit is contained in:
jaredevantabor 2016-11-30 15:06:17 -08:00
parent 0cde04a024
commit 2cccf8455d
2 changed files with 18 additions and 0 deletions

View File

@ -21,6 +21,15 @@
<a href="{{inv_manage_group_link}}">
{{ inventory_source_name }}
</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>

View File

@ -21,6 +21,15 @@
<a ui-sref="projects.edit({id: job.project})">
{{ project_name }}
</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>