Skip to content

Commit

Permalink
[sql lab] add pending to the list of searchable statuses (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Aug 16, 2017
1 parent ccf505a commit 9fcd5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/javascripts/SqlLab/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const STATUS_OPTIONS = [
'success',
'failed',
'running',
'pending',
];

export const TIME_OPTIONS = [
Expand Down

0 comments on commit 9fcd5d6

Please sign in to comment.