diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index e2ab63dc20..e9822ccc66 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -91,7 +91,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) missing_path_alert: { type: 'alertblock', "class": 'alert-info', - ngShow: "showMissingPlaybooksAlert && scm_type.value == ''", + ngShow: "showMissingPlaybooksAlert && scm_type.value == 'manual'", alertTxt: '
WARNING: There are no unassigned playbook directories in the base ' + 'project path {{ base_dir }}. Either the projects directory is empty, or all of the contents are already assigned to ' + 'other projects. New projects can be checked out from source control by ' +