Skip to content

Commit

Permalink
[sql lab] add pending to the list of searchable statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 15, 2017
1 parent 9c6248f commit 4a96f8f
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 4a96f8f

Please sign in to comment.