mirror of
https://github.com/ansible/awx.git
synced 2026-08-08 22:01:44 -02:30
Added 'Loading...' message to all lists and sublists.
This commit is contained in:
@@ -53,6 +53,8 @@ angular.module('RelatedSearchHelper', ['RestServices', 'Utilities','RefreshRelat
|
||||
|
||||
scope.search = function(model) {
|
||||
scope[model + 'SearchSpin'] = true;
|
||||
scope[model + 'Loading'] = true;
|
||||
|
||||
var set, url, iterator, default_order;
|
||||
for (var key in relatedSets) {
|
||||
if (relatedSets[key].iterator == model) {
|
||||
|
||||
Reference in New Issue
Block a user