mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
update awFeature ldap to enterprise_auth
This commit is contained in:
parent
8341810ba2
commit
8e4c50d7a6
@ -114,7 +114,7 @@ export default
|
||||
label: 'Created by LDAP',
|
||||
type: 'checkbox',
|
||||
readonly: true,
|
||||
awFeature: 'ldap'
|
||||
awFeature: 'enterprise_auth'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ describe('featuresController', function() {
|
||||
actual = controller.isFeatureEnabled('activity_streams');
|
||||
expect(actual).to.be.true;
|
||||
|
||||
actual = controller.isFeatureEnabled('ldap');
|
||||
actual = controller.isFeatureEnabled('enterprise_auth');
|
||||
expect(actual).to.be.false;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user