Add preparing build node status item and change the build status colors to be variations on a blue color

This commit is contained in:
Joseph Schorr 2015-02-12 16:38:43 -05:00
parent cae460b11b
commit ae8bb5fc13
3 changed files with 16 additions and 13 deletions

View file

@ -5830,6 +5830,9 @@ quayApp.directive('buildMessage', function () {
case 'priming-cache':
return 'Priming cache for build';
case 'build-scheduled':
return 'Preparing build node';
case 'pushing':
return 'Pushing image built from Dockerfile';