Pulled in angular-scheduler changes.

This commit is contained in:
Chris Houseknecht
2014-04-01 10:03:23 -04:00
parent 2e6457b887
commit 7d168e9fd1
9 changed files with 39 additions and 22 deletions

View File

@@ -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;