add workflow node based events to be shown when templates is selected in activity streram

This commit is contained in:
John Mitchell
2021-01-14 12:47:47 -05:00
parent cec5a77762
commit 2f7a7b453f
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>