You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/11/05 18:29:35 UTC

[GitHub] kkhatua commented on a change in pull request #1521: DRILL-6611: Add Ctrl+Enter support for query submission

kkhatua 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_r230860898
 
 

 ##########
 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:
   Done.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services