Allow listing of test server with UPDATE_ROLLBACK_FAILED status
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = {
|
||||
case 'UPDATE_FAILED':
|
||||
case 'CREATE_FAILED':
|
||||
case 'ROLLBACK_COMPLETE':
|
||||
case 'UPDATE_ROLLBACK_FAILED':
|
||||
return `(${chalk.red('FAILED')})`;
|
||||
case 'UPDATE_IN_PROGRESS':
|
||||
case 'CREATE_IN_PROGRESS':
|
||||
|
||||
Reference in New Issue
Block a user