mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
Update job template breadcrumb content
This commit is contained in:
@@ -28,8 +28,9 @@ class Templates extends Component {
|
|||||||
}
|
}
|
||||||
const breadcrumbConfig = {
|
const breadcrumbConfig = {
|
||||||
'/templates': i18n._(t`Templates`),
|
'/templates': i18n._(t`Templates`),
|
||||||
[`/templates/${template.type}/${template.id}/details`]: i18n._(t`${template.name} Details`),
|
[`/templates/${template.type}/${template.id}`]: `${template.name}`,
|
||||||
[`/templates/${template.type}/${template.id}/edit`]: i18n._(t`${template.name} Edit`)
|
[`/templates/${template.type}/${template.id}/details`]: i18n._(t`Details`),
|
||||||
|
[`/templates/${template.type}/${template.id}/edit`]: i18n._(t`Edit Details`),
|
||||||
};
|
};
|
||||||
this.setState({ breadcrumbConfig });
|
this.setState({ breadcrumbConfig });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user