arina-ielchiieva commented on a change in pull request #1521: DRILL-6611: Add
Ctrl+Enter support for query submission
URL: https://github.com/apache/drill/pull/1521#discussion_r230724950
##########
File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl
##########
@@ -106,6 +106,7 @@ table.sortable thead .sorting_desc { background-image:
url("/static/img/black-de
<form role="form" id="queryForm" action="/query" method="POST">
<div id="query-editor"
class="form-group">${model.getProfile().query}</div>
<input class="form-control" id="query" name="query" type="hidden"
value="${model.getProfile().query}"/>
+ <div style="padding:5px"><b>Hint : </b>Use <div id="keyboardHint"
style="display:inline-block; font-style:italic"></div> to submit</div>
Review comment:
Please remove space before `Hint` here and below.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services