Better status message for internal error.
This also trims whitespace in app.js.
This commit is contained in:
parent
b8e873b00b
commit
c48559ee3d
1 changed files with 154 additions and 154 deletions
|
@ -5697,7 +5697,7 @@ quayApp.directive('buildMessage', function () {
|
||||||
return 'Dockerfile build failed';
|
return 'Dockerfile build failed';
|
||||||
|
|
||||||
case 'internalerror':
|
case 'internalerror':
|
||||||
return 'A system error occurred while building - Will be retried shortly';
|
return 'An internal system error occurred while building; the build will be retried in the next few minutes.';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue