diff --git a/awx/ui/client/src/forms/Groups.js b/awx/ui/client/src/forms/Groups.js index bf1050e922..cc9d6f081e 100644 --- a/awx/ui/client/src/forms/Groups.js +++ b/awx/ui/client/src/forms/Groups.js @@ -24,6 +24,7 @@ export default // form generator inspects the current state name to determine whether or not to set an active (.is-selected) class on a form tab // this setting is optional on most forms, except where the form's edit state name is not parentStateName.edit activeEditState: 'inventoryManage.editGroup', + detailsClick: "$state.go('inventoryManage.editGroup')", well: false, fields: { name: {