mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03: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:
parent
9d7e240c9d
commit
23257f1217
@ -17,7 +17,7 @@ angular.module('CloudCredentialsListDefinition', [])
|
||||
selectTitle: 'Add Cloud Credentials',
|
||||
editTitle: 'Cloud Credentials',
|
||||
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,
|
||||
hover: true,
|
||||
|
||||
@ -74,4 +74,4 @@ angular.module('CloudCredentialsListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -18,7 +18,7 @@ angular.module('CredentialsListDefinition', [])
|
||||
editTitle: 'Credentials',
|
||||
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>",
|
||||
"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,
|
||||
hover: true,
|
||||
|
||||
@ -76,4 +76,4 @@ angular.module('CredentialsListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -15,8 +15,8 @@ angular.module('InventoriesListDefinition', [])
|
||||
iterator: 'inventory',
|
||||
selectTitle: 'Add Inventories',
|
||||
editTitle: 'Inventories',
|
||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
||||
"button to create a new row.",
|
||||
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 inventory.",
|
||||
index: false,
|
||||
hover: true,
|
||||
|
||||
@ -115,4 +115,4 @@ angular.module('InventoriesListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -16,8 +16,8 @@ angular.module('JobTemplatesListDefinition', [])
|
||||
iterator: 'job_template',
|
||||
selectTitle: 'Add Job Template',
|
||||
editTitle: 'Job Templates',
|
||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
||||
"button to create a new row.",
|
||||
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 job template.",
|
||||
index: false,
|
||||
hover: true,
|
||||
|
||||
@ -78,4 +78,4 @@ angular.module('JobTemplatesListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -15,6 +15,9 @@ angular.module('OrganizationListDefinition', [])
|
||||
name: 'organizations',
|
||||
iterator: 'organization',
|
||||
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',
|
||||
hover: true,
|
||||
index: false,
|
||||
@ -64,4 +67,4 @@ angular.module('OrganizationListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -15,7 +15,7 @@ angular.module('PermissionListDefinition', [])
|
||||
name: 'permissions',
|
||||
iterator: '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.",
|
||||
editTitle: 'Permissions',
|
||||
index: false,
|
||||
@ -78,4 +78,4 @@ angular.module('PermissionListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -17,7 +17,8 @@ angular.module('ProjectsListDefinition', [])
|
||||
selectTitle: 'Add Project',
|
||||
editTitle: 'Projects',
|
||||
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,
|
||||
hover: true,
|
||||
|
||||
@ -133,4 +134,4 @@ angular.module('ProjectsListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -15,8 +15,8 @@ angular.module('TeamsListDefinition', [])
|
||||
iterator: 'team',
|
||||
selectTitle: 'Add Team',
|
||||
editTitle: 'Teams',
|
||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> " +
|
||||
"button to create a new row.",
|
||||
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 team.",
|
||||
index: false,
|
||||
hover: true,
|
||||
|
||||
@ -74,4 +74,4 @@ angular.module('TeamsListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -16,8 +16,8 @@ angular.module('UserListDefinition', [])
|
||||
selectTitle: 'Add Users',
|
||||
editTitle: 'Users',
|
||||
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>Create New</em> button.</p>',
|
||||
'<em>Select</em> button, located bottom right.</p> <p>When available, a brand new user can be created 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,
|
||||
hover: true,
|
||||
|
||||
@ -72,4 +72,4 @@ angular.module('UserListDefinition', [])
|
||||
dataPlacement: 'top'
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user