mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 07:48:39 -05:00
Added socket button to projects. Project page now updated realtime with job status.
This commit is contained in:
@@ -495,6 +495,8 @@ function InventoriesEdit($scope, $location, $routeParams, $compile, $log, $rootS
|
||||
}
|
||||
$rootScope.removeJobStatusChange = $rootScope.$on('JobStatusChange', function(e, data) {
|
||||
var group, stat;
|
||||
Wait('stop');
|
||||
$log.debug(data);
|
||||
if ($scope.groups) {
|
||||
// Assuming we have a list of groups available
|
||||
group = Find({ list: $scope.groups, key: 'group_id', val: data.group_id });
|
||||
|
||||
Reference in New Issue
Block a user