suneet-s opened a new pull request #10170: URL: https://github.com/apache/druid/pull/10170
### Description When a user tries to run a native query, change the color of the button to Druid's secondary color to indicate that the user is not running a SQL query. Before this change, the web-console would indicate this by changing the text of the button from Run (SQL queries) to Rune (native queries). Rune could be confusing to users as this appears to be a typo. SQL: <img width="415" alt="Screen Shot 2020-07-10 at 7 32 28 PM" src="https://user-images.githubusercontent.com/44787917/87214754-4c7fd700-c2e4-11ea-8159-358a88d81cf3.png"> Native: <img width="387" alt="Screen Shot 2020-07-10 at 7 32 15 PM" src="https://user-images.githubusercontent.com/44787917/87214756-4db10400-c2e4-11ea-9494-e86ebff933ed.png"> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
