|
@@ -29,7 +29,8 @@ angular.module('ambariAdminConsole', [
|
|
|
baseUrl: '/api/v1',
|
|
|
testMode: (window.location.port == 8000),
|
|
|
mockDataPrefix: 'assets/data/',
|
|
|
- isLDAPConfigurationSupported: false
|
|
|
+ isLDAPConfigurationSupported: false,
|
|
|
+ isLoginActivitiesSupported: false
|
|
|
})
|
|
|
.config(['RestangularProvider', '$httpProvider', '$provide', function(RestangularProvider, $httpProvider, $provide) {
|
|
|
// Config Ajax-module
|