[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
1 changed files with 1 additions and 0 deletions

View File

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