mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
tooltip content for inventory scripts form
This commit is contained in:
@@ -59,8 +59,7 @@ export default ['i18n', function(i18n) {
|
|||||||
ngDisabled: '!(inventory_script_obj.summary_fields.user_capabilities.edit || canAdd)',
|
ngDisabled: '!(inventory_script_obj.summary_fields.user_capabilities.edit || canAdd)',
|
||||||
ngTrim: false,
|
ngTrim: false,
|
||||||
rows: 10,
|
rows: 10,
|
||||||
awPopOver: "<p>" + i18n._("Drag and drop your custom inventory script file here or create one in the field to import your custom inventory.") + " " +
|
awPopOver: i18n._('Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. Refer to the Ansible Tower documentation for example syntax.'),
|
||||||
"<br><br> " + i18n.sprintf(i18n._("Script must begin with a hashbang sequence: i.e.... %s"), "#!/usr/bin/env python") + "</p>",
|
|
||||||
dataTitle: i18n._('Custom Script'),
|
dataTitle: i18n._('Custom Script'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: "body"
|
dataContainer: "body"
|
||||||
|
|||||||
Reference in New Issue
Block a user