mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Merge pull request #2240 from anoek/2237
Nuked obsolete multi-org project help tooltip on projects page
This commit is contained in:
@@ -48,10 +48,6 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
|||||||
reqExpression: "organizationrequired",
|
reqExpression: "organizationrequired",
|
||||||
init: "true"
|
init: "true"
|
||||||
},
|
},
|
||||||
awPopOver: '<p>A project must have at least one organization. Pick one organization now to create the project, and then after ' +
|
|
||||||
'the project is created you can add additional organizations.</p><p>Only super users and organization administrators are allowed ' +
|
|
||||||
'to make changes to projects. Associating one or more organizations to a project determins which organizations admins have ' +
|
|
||||||
'access to modify the project.',
|
|
||||||
dataTitle: 'Organization',
|
dataTitle: 'Organization',
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
dataPlacement: 'right'
|
dataPlacement: 'right'
|
||||||
|
|||||||
Reference in New Issue
Block a user