mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
update org cards count when dataset chnages
This commit is contained in:
@@ -114,6 +114,7 @@ export default ['$stateParams', '$scope', '$rootScope',
|
||||
$scope.$watchCollection(`${list.iterator}_dataset`, function(data) {
|
||||
$scope[list.name] = data.results;
|
||||
$scope.orgCards = parseCardData($scope[list.name]);
|
||||
$scope.orgCount = data.count;
|
||||
});
|
||||
|
||||
$scope.addOrganization = function() {
|
||||
|
||||
Reference in New Issue
Block a user