mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Pulled in angular-scheduler changes.
This commit is contained in:
@@ -58,6 +58,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
$scope.projects[i].statusTip = 'No SCM updates have run for this project';
|
||||
break;
|
||||
case 'updating':
|
||||
case 'running':
|
||||
$scope.projects[i].statusIcon = 'running pulsate';
|
||||
$scope.projects[i].statusTip = 'Running! Click for details';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user