mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Updating comment in app.js
This commit is contained in:
@@ -921,7 +921,7 @@ var tower = angular.module('Tower', [
|
||||
$rootScope.loginConfig = $q.defer();
|
||||
}
|
||||
if (!$rootScope.featuresConfigured) {
|
||||
// create a promise that will resolve state $AnsibleConfig is loaded
|
||||
// create a promise that will resolve when features are loaded
|
||||
$rootScope.featuresConfigured = $q.defer();
|
||||
}
|
||||
$rootScope.licenseMissing = true;
|
||||
|
||||
Reference in New Issue
Block a user