diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index b60dae51e5..cd0db22747 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -342,14 +342,8 @@ textarea.allowresize { } } -.prepend-asterisk:before { - content: "\002A\00A0"; +.foobar { color: @red; - margin-right: -5px; -} - -.prepend-asterisk.user-password:before { - margin-right: 0; } .subtitle { diff --git a/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js b/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js index f7f1b581d5..0dbf97a0ba 100644 --- a/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js +++ b/awx/ui/client/src/inventory-scripts/inventory-scripts.form.js @@ -41,10 +41,7 @@ export default ['i18n', function(i18n) { type: 'lookup', list: 'OrganizationList', basePath: 'organizations', - awRequiredWhen: { - reqExpression: "orgrequired", - init: true - }, + required: true, sourceModel: 'organization', sourceField: 'name', ngDisabled: '!(inventory_script_obj.summary_fields.user_capabilities.edit || canAdd)' diff --git a/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js b/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js index 7efc827919..05ef967b84 100644 --- a/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js +++ b/awx/ui/client/src/job-submission/job-submission-factories/prompt-for-passwords.factory.js @@ -17,8 +17,11 @@ export default field = form.fields[password]; fld = password; scope[fld] = ''; - html += "
\n"; - html += "\n"; + html += "
\n"; + html += "\n"; html += "\n"; + html += "
\n"; html += "\n"; + html += '*'; html += "Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
-