mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Removed auto refresh. It polls too frequently and potential fills web server logs too quickly.
This commit is contained in:
@@ -202,7 +202,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
|
||||
scope.refresh = function() {
|
||||
scope['projectSearchSpin'] = true;
|
||||
scope['projectLoading'] = true;
|
||||
scope['projectLoading'] = false;
|
||||
Refresh({ scope: scope, set: 'projects', iterator: 'project', url: scope['current_url'] });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user