parent
303db01ec5
commit
04df2410ec
4 changed files with 42 additions and 26 deletions
|
@ -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':
|
||||
|
|
Reference in a new issue