mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
add workflow node based events to be shown when templates is selected in activity streram
This commit is contained in:
@@ -162,7 +162,7 @@ function ActivityStream({ i18n }) {
|
|||||||
</SelectOption>
|
</SelectOption>
|
||||||
<SelectOption
|
<SelectOption
|
||||||
key="templates"
|
key="templates"
|
||||||
value="job_template,workflow_job_template"
|
value="job_template,workflow_job_template,workflow_job_template_node"
|
||||||
>
|
>
|
||||||
{i18n._(t`Templates`)}
|
{i18n._(t`Templates`)}
|
||||||
</SelectOption>
|
</SelectOption>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ function Templates({ i18n }) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<ScreenHeader
|
<ScreenHeader
|
||||||
streamType="job_template,workflow_job_template"
|
streamType="job_template,workflow_job_template,workflow_job_template_node"
|
||||||
breadcrumbConfig={breadcrumbConfig}
|
breadcrumbConfig={breadcrumbConfig}
|
||||||
/>
|
/>
|
||||||
<Switch>
|
<Switch>
|
||||||
|
|||||||
Reference in New Issue
Block a user