mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Help for selecting from a list
Help text for projects, users and credentials was referring to a 'Create New' button. It now references the '+' button. Also, added the footer message 'esc or click to close'.
This commit is contained in:
@@ -17,7 +17,7 @@ angular.module('CloudCredentialsListDefinition', [])
|
|||||||
selectTitle: 'Add Cloud Credentials',
|
selectTitle: 'Add Cloud Credentials',
|
||||||
editTitle: 'Cloud Credentials',
|
editTitle: 'Cloud Credentials',
|
||||||
selectInstructions: '<p>Select existing credentials by clicking each credential or checking the related checkbox. When finished, click the blue ' +
|
selectInstructions: '<p>Select existing credentials by clicking each credential or checking the related checkbox. When finished, click the blue ' +
|
||||||
'<em>Select</em> button, located bottom right.</p> <p>Create a brand new credential by clicking the green <em>Create New</em> button.</p>',
|
'<em>Select</em> button, located bottom right.</p> <p>Create a brand new credential by clicking the <i class=\"fa fa-plus"></i> button.</p>',
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ angular.module('CredentialsListDefinition', [])
|
|||||||
editTitle: 'Credentials',
|
editTitle: 'Credentials',
|
||||||
selectInstructions: "<p>Select existing credentials by clicking each credential or checking the related checkbox. When " +
|
selectInstructions: "<p>Select existing credentials by clicking each credential or checking the related checkbox. When " +
|
||||||
"finished, click the blue <em>Select</em> button, located bottom right.</p> <p>Create a brand new credential by clicking " +
|
"finished, click the blue <em>Select</em> button, located bottom right.</p> <p>Create a brand new credential by clicking " +
|
||||||
"the green <em>Create New</em> button.</p>",
|
"the <i class=\"fa fa-plus\"></i> button.</p><div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>",
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ angular.module('InventoriesListDefinition', [])
|
|||||||
iterator: 'inventory',
|
iterator: 'inventory',
|
||||||
selectTitle: 'Add Inventories',
|
selectTitle: 'Add Inventories',
|
||||||
editTitle: 'Inventories',
|
editTitle: 'Inventories',
|
||||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
selectInstructions: "Click on a row to select it, and click Finished when done. Click the <i class=\"icon-plus\"></i> " +
|
||||||
"button to create a new row.",
|
"button to create a new inventory.",
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ angular.module('JobTemplatesListDefinition', [])
|
|||||||
iterator: 'job_template',
|
iterator: 'job_template',
|
||||||
selectTitle: 'Add Job Template',
|
selectTitle: 'Add Job Template',
|
||||||
editTitle: 'Job Templates',
|
editTitle: 'Job Templates',
|
||||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
selectInstructions: "Click on a row to select it, and click Finished when done. Use the <i class=\"icon-plus\"></i> " +
|
||||||
"button to create a new row.",
|
"button to create a new job template.",
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ angular.module('OrganizationListDefinition', [])
|
|||||||
name: 'organizations',
|
name: 'organizations',
|
||||||
iterator: 'organization',
|
iterator: 'organization',
|
||||||
selectTitle: 'Add Organizations',
|
selectTitle: 'Add Organizations',
|
||||||
|
selectInstructions: '<p>Select existing organizations by clicking each organization or checking the related checkbox. When finished, ' +
|
||||||
|
'click the blue <em>Select</em> button, located bottom right.</p><p>Create a new organization by clicking the ' +
|
||||||
|
'<i class=\"fa fa-plus\"></i> button.</p><div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>',
|
||||||
editTitle: 'Organizations',
|
editTitle: 'Organizations',
|
||||||
hover: true,
|
hover: true,
|
||||||
index: false,
|
index: false,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ angular.module('PermissionListDefinition', [])
|
|||||||
name: 'permissions',
|
name: 'permissions',
|
||||||
iterator: 'permission',
|
iterator: 'permission',
|
||||||
selectTitle: 'Add Permission',
|
selectTitle: 'Add Permission',
|
||||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
selectInstructions: "Click on a row to select it, and click Finished when done. Use the <i class=\"icon-plus\"></i> " +
|
||||||
"button to create a new row.",
|
"button to create a new row.",
|
||||||
editTitle: 'Permissions',
|
editTitle: 'Permissions',
|
||||||
index: false,
|
index: false,
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ angular.module('ProjectsListDefinition', [])
|
|||||||
selectTitle: 'Add Project',
|
selectTitle: 'Add Project',
|
||||||
editTitle: 'Projects',
|
editTitle: 'Projects',
|
||||||
selectInstructions: '<p>Select existing projects by clicking each project or checking the related checkbox. When finished, click the blue ' +
|
selectInstructions: '<p>Select existing projects by clicking each project or checking the related checkbox. When finished, click the blue ' +
|
||||||
'<em>Select</em> button, located bottom right.</p> <p>Create a brand new project by clicking the green <em>Create New</em> button.</p>',
|
'<em>Select</em> button, located bottom right.</p><p>Create a new project by clicking the <i class=\"fa fa-plus\"></i> button.</p>'+
|
||||||
|
'<div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>',
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ angular.module('TeamsListDefinition', [])
|
|||||||
iterator: 'team',
|
iterator: 'team',
|
||||||
selectTitle: 'Add Team',
|
selectTitle: 'Add Team',
|
||||||
editTitle: 'Teams',
|
editTitle: 'Teams',
|
||||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
selectInstructions: "Click on a row to select it, and click Finished when done. Click the <i class=\"icon-plus\"></i> " +
|
||||||
"button to create a new row.",
|
"button to create a new team.",
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ angular.module('UserListDefinition', [])
|
|||||||
selectTitle: 'Add Users',
|
selectTitle: 'Add Users',
|
||||||
editTitle: 'Users',
|
editTitle: 'Users',
|
||||||
selectInstructions: '<p>Select existing users by clicking each user or checking the related checkbox. When finished, click the blue ' +
|
selectInstructions: '<p>Select existing users by clicking each user or checking the related checkbox. When finished, click the blue ' +
|
||||||
'<em>Select</em> button, located bottom right.</p> <p>When available, a brand new user can be created by clicking the green ' +
|
'<em>Select</em> button, located bottom right.</p> <p>When available, a brand new user can be created by clicking the ' +
|
||||||
'<em>Create New</em> button.</p>',
|
'<i class=\"fa fa-plus\"></i> button.</p><div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>',
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user