diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index dab8ed4861..274ebb48e2 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -96,16 +96,16 @@ angular.module('ProjectFormDefinition', []) label: 'SCM URL', type: 'text', ngShow: "scm_type !== '' && scm_type !== null", - awValidUrl: true, - awRequiredWhen: { variable: "scm_type", init: "true" }, - awPopOver: "
Provide the URL to your SCM server. The value should begin with the protocol https:\/\/, http:\/\/ or ssh:\/\/.
" + + //awValidUrl: true, + awRequiredWhen: { variable: "scm_type", init: "true" } + /*awPopOver: "Provide the URL to your SCM server. The value should begin with the protocol https:\/\/, http:\/\/ or ssh:\/\/.
" + "Do not inlcude username or password values. Use the authentication settings instead.
" + "Examples include:
" + "ssh:\/\/github.com:ansible/ansible-examples.git
" + "https:\/\/github.com/ansible/ansible-examples.git
", dataTitle: 'SCM URL', dataPlacement: 'right', - dataContainer: 'body' + dataContainer: 'body'*/ }, scm_branch: { labelBind: "scmBranchLabel",