mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
AC-416 Letest UI changes plus added warning anytime user attempts to add a top-level group to another group.
This commit is contained in:
@@ -12,7 +12,7 @@ angular.module('GroupListDefinition', [])
|
||||
|
||||
name: 'groups',
|
||||
iterator: 'group',
|
||||
selectTitle: 'Add Group',
|
||||
selectTitle: 'Copy Groups',
|
||||
editTitle: 'Groups',
|
||||
index: true,
|
||||
well: false,
|
||||
@@ -29,8 +29,8 @@ angular.module('GroupListDefinition', [])
|
||||
|
||||
actions: {
|
||||
help: {
|
||||
awPopOver: "Select groups by clicking on each group you wish to add. Add the selected groups to your inventory " +
|
||||
"or to the selected parent group by clicking the <em>Select</em> button.",
|
||||
awPopOver: "Choose groups by clicking on each group you wish to add. Click the <em>Select</em> button to add the groups to " +
|
||||
"the selected inventory group.",
|
||||
dataPlacement: 'left',
|
||||
dataContainer: '#form-modal .modal-content',
|
||||
icon: "icon-question-sign",
|
||||
|
||||
Reference in New Issue
Block a user