mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Small fix for projects list to update on successful websocket messages
This commit is contained in:
parent
30984a3a79
commit
9f7ac059b7
@ -77,8 +77,7 @@ export function ProjectsList($scope, $rootScope, $location, $log, $stateParams,
|
||||
$log.debug('Received event for project: ' + project.name);
|
||||
$log.debug('Status changed to: ' + data.status);
|
||||
if (data.status === 'successful' || data.status === 'failed') {
|
||||
// @issue: OLD SEARCH
|
||||
// $scope.search(list.iterator, null, null, null, null, false);
|
||||
$state.go('.', null, { reload: true });
|
||||
} else {
|
||||
project.scm_update_tooltip = "SCM update currently running";
|
||||
project.scm_type_class = "btn-disabled";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user