mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Revert "update awFeature ldap to enterprise_auth"
This reverts commit bc49756ef6e792efd5a32d7342b0f7d1aa17a950.
This commit is contained in:
@@ -114,7 +114,7 @@ export default
|
|||||||
label: 'Created by LDAP',
|
label: 'Created by LDAP',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
readonly: true,
|
readonly: true,
|
||||||
awFeature: 'enterprise_auth'
|
awFeature: 'ldap'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ describe('featuresController', function() {
|
|||||||
actual = controller.isFeatureEnabled('activity_streams');
|
actual = controller.isFeatureEnabled('activity_streams');
|
||||||
expect(actual).to.be.true;
|
expect(actual).to.be.true;
|
||||||
|
|
||||||
actual = controller.isFeatureEnabled('enterprise_auth');
|
actual = controller.isFeatureEnabled('ldap');
|
||||||
expect(actual).to.be.false;
|
expect(actual).to.be.false;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user