mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
make InstanceGroupsLookup tooltip customizable via prop
This commit is contained in:
@@ -139,6 +139,7 @@ class OrganizationForm extends Component {
|
||||
api={api}
|
||||
value={instanceGroups}
|
||||
onChange={this.handleInstanceGroupsChange}
|
||||
tooltip={i18n._(t`Select the Instance Groups for this Organization to run on.`)}
|
||||
/>
|
||||
<FormActionGroup
|
||||
onCancel={handleCancel}
|
||||
|
||||
Reference in New Issue
Block a user