mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
AC-948 applied ellipsis to home/groups and home/hosts pages. Added CSS on all list pages to drop index column when viewport is XS. Fixed padding on cancel icon for home/groups page. After kicking off an inventory sync on home/hosts page refresh() is now called.
This commit is contained in:
@@ -438,9 +438,10 @@ angular.module('JobSubmissionHelper', [ 'RestServices', 'Utilities', 'Credential
|
||||
scope.selected_group_id = group_id;
|
||||
scope.refreshGroups();
|
||||
}
|
||||
else {
|
||||
scope.$emit('HostReloadComplete');
|
||||
else if (scope.refresh) {
|
||||
scope.refresh();
|
||||
}
|
||||
scope.$emit('HostReloadComplete');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user