Skip to content

Commit

Permalink
change the order of configuration of the Elasticsearch data source to (
Browse files Browse the repository at this point in the history
…#3571)

make sense
  • Loading branch information
Omer Lachish authored and arikfr committed Mar 12, 2019
1 parent 93ec19b commit 5943bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash/query_runner/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def configuration_schema(cls):
'title': 'Basic Auth Password'
}
},
"order": ['server', 'basic_auth_user', 'basic_auth_password'],
"secret": ["basic_auth_password"],
"required": ["server"]
}
Expand Down

0 comments on commit 5943bf0

Please sign in to comment.