mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03: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:
parent
aab58f5ae7
commit
fd21603c0e
@ -22,7 +22,7 @@ function ExecutionEnvironments({ i18n }) {
|
||||
setBreadcrumbConfig({
|
||||
'/execution_environments': i18n._(t`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._(
|
||||
t`Edit details`
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user