mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Pass template type to remaining aw-smart-status directives. The directive will look at the type when generating the href
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="DashboardList-activityCell">
|
<td class="DashboardList-activityCell">
|
||||||
<aw-smart-status jobs="template.recent_jobs"></aw-smart-status>
|
<aw-smart-status jobs="template.recent_jobs" template-type="template.type"></aw-smart-status>
|
||||||
</td>
|
</td>
|
||||||
<td class="List-actionsContainer">
|
<td class="List-actionsContainer">
|
||||||
<div class="List-actionButtonCell">
|
<div class="List-actionButtonCell">
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<aw-smart-status jobs="template.summary_fields.recent_jobs"></aw-smart-status>
|
<aw-smart-status jobs="template.summary_fields.recent_jobs" template-type="template.type"></aw-smart-status>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<aw-smart-status jobs="scan_job_template.summary_fields.recent_jobs"></aw-smart-status>
|
<aw-smart-status jobs="scan_job_template.summary_fields.recent_jobs" template-type="template.type"></aw-smart-status>
|
||||||
|
|||||||
Reference in New Issue
Block a user