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