mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
Update EE breadcrumb to use name instead of image
Update EE breadcrumb to use name instead of image to be consistent with the other screens. See: https://github.com/ansible/awx/issues/9087
This commit is contained in:
@@ -22,7 +22,7 @@ function ExecutionEnvironments({ i18n }) {
|
|||||||
setBreadcrumbConfig({
|
setBreadcrumbConfig({
|
||||||
'/execution_environments': i18n._(t`Execution environments`),
|
'/execution_environments': i18n._(t`Execution environments`),
|
||||||
'/execution_environments/add': i18n._(t`Create Execution environments`),
|
'/execution_environments/add': i18n._(t`Create Execution environments`),
|
||||||
[`/execution_environments/${executionEnvironments.id}`]: `${executionEnvironments.image}`,
|
[`/execution_environments/${executionEnvironments.id}`]: `${executionEnvironments.name}`,
|
||||||
[`/execution_environments/${executionEnvironments.id}/edit`]: i18n._(
|
[`/execution_environments/${executionEnvironments.id}/edit`]: i18n._(
|
||||||
t`Edit details`
|
t`Edit details`
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user