mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Home hosts page
Fixed broken edit dialog
This commit is contained in:
@@ -621,7 +621,12 @@ function($rootScope, $location, $log, $routeParams, Rest, Alert, HostForm, Gener
|
||||
catch(err) {
|
||||
// ignore
|
||||
}
|
||||
group_scope.refreshHosts();
|
||||
if (group_scope && group_scope.refreshHosts) {
|
||||
group_scope.refreshHosts();
|
||||
}
|
||||
if (parent_scope.refreshHosts) {
|
||||
parent_scope.refreshHosts();
|
||||
}
|
||||
scope.$destroy();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user