mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Fixed Loading message and Pagination widget fouc. Start of new job detail page.
This commit is contained in:
@@ -209,7 +209,7 @@ function($routeParams, Empty, InventoryHosts, GetBasePath, SearchInit, PaginateI
|
||||
scope[list.iterator + 'SearchFieldLabel'] = list.fields.has_active_failures.label;
|
||||
scope[list.iterator + 'SearchSelectValue'] = { value: 1 };
|
||||
}
|
||||
scope.search(list.iterator);
|
||||
scope.search(list.iterator, null, true);
|
||||
};
|
||||
}])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user