Add better errors if Redis is down

Fixes #1497
This commit is contained in:
Joseph Schorr 2016-05-31 15:24:36 -04:00
parent 303db01ec5
commit 04df2410ec
4 changed files with 42 additions and 26 deletions

View file

@ -15,7 +15,7 @@ angular.module('quay').directive('buildMessage', function () {
$scope.getBuildMessage = function (phase) {
switch (phase) {
case 'cannot_load':
return 'Cannot load build status - Please report this error';
return 'Cannot load build status';
case 'starting':
case 'initializing':