mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
fix detail tab for inventory manage edit group
This commit is contained in:
@@ -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
|
// 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
|
// this setting is optional on most forms, except where the form's edit state name is not parentStateName.edit
|
||||||
activeEditState: 'inventoryManage.editGroup',
|
activeEditState: 'inventoryManage.editGroup',
|
||||||
|
detailsClick: "$state.go('inventoryManage.editGroup')",
|
||||||
well: false,
|
well: false,
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
Reference in New Issue
Block a user