[sql lab] add pending to the list of searchable statuses (#3292)

This commit is contained in:
Maxime Beauchemin 2017-08-16 13:24:43 -07:00 committed by GitHub
parent ccf505a480
commit 9fcd5d67e4

View File

@ -11,6 +11,7 @@ export const STATUS_OPTIONS = [
'success', 'success',
'failed', 'failed',
'running', 'running',
'pending',
]; ];
export const TIME_OPTIONS = [ export const TIME_OPTIONS = [