mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-09 17:41:49 -05:00
Add aw-tool-tip directive to Form > Add disabled tabs, clean up forms
This commit is contained in:
@@ -116,6 +116,8 @@ export default
|
||||
|
||||
related: {
|
||||
organizations: {
|
||||
awToolTip: 'Please save before assigning to organizations',
|
||||
dataPlacement: 'top',
|
||||
type: 'collection',
|
||||
title: 'Organizations',
|
||||
iterator: 'organization',
|
||||
@@ -136,6 +138,8 @@ export default
|
||||
hideOnSuperuser: true
|
||||
},
|
||||
teams: {
|
||||
awToolTip: 'Please save before assigning to teams',
|
||||
dataPlacement: 'top',
|
||||
type: 'collection',
|
||||
title: 'Teams',
|
||||
iterator: 'team',
|
||||
@@ -156,6 +160,8 @@ export default
|
||||
hideOnSuperuser: true
|
||||
},
|
||||
roles: {
|
||||
awToolTip: 'Please save before assigning to organizations',
|
||||
dataPlacement: 'top',
|
||||
hideSearchAndActions: true,
|
||||
type: 'collection',
|
||||
title: 'Permissions',
|
||||
|
||||
Reference in New Issue
Block a user