mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
Added 'Loading...' message to all lists and sublists.
This commit is contained in:
@@ -30,6 +30,7 @@ angular.module('RefreshHelper', ['RestServices', 'Utilities'])
|
||||
scope[iterator + 'Count'] = data.count;
|
||||
scope[iterator + 'PageCount'] = Math.ceil((data.count / scope[iterator + 'PageSize']));
|
||||
scope[iterator + 'SearchSpin'] = false;
|
||||
scope[iterator + 'Loading'] = false;
|
||||
scope[set] = data['results'];
|
||||
scope.$emit('PostRefresh');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user