This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fcd5d6  [sql lab] add pending to the list of searchable statuses 
(#3292)
9fcd5d6 is described below

commit 9fcd5d67e44c3ddbae2c1cbe4cd93b81023c655f
Author: Maxime Beauchemin <maximebeauche...@gmail.com>
AuthorDate: Wed Aug 16 13:24:43 2017 -0700

    [sql lab] add pending to the list of searchable statuses (#3292)
---
 superset/assets/javascripts/SqlLab/constants.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/javascripts/SqlLab/constants.js 
b/superset/assets/javascripts/SqlLab/constants.js
index 2a93275..6d67806 100644
--- a/superset/assets/javascripts/SqlLab/constants.js
+++ b/superset/assets/javascripts/SqlLab/constants.js
@@ -11,6 +11,7 @@ export const STATUS_OPTIONS = [
   'success',
   'failed',
   'running',
+  'pending',
 ];
 
 export const TIME_OPTIONS = [

-- 
To stop receiving notification emails like this one, please contact
['"comm...@superset.apache.org" <comm...@superset.apache.org>'].

Reply via email to