sohami commented on a change in pull request #1611: DRILL-6971: Display query 
state in query result page
URL: https://github.com/apache/drill/pull/1611#discussion_r248102275
 
 

 ##########
 File path: exec/java-exec/src/main/resources/rest/query/result.ftl
 ##########
 @@ -34,6 +34,9 @@
     <td align='left'>
       <button type="button"  title="Open in new window" 
onclick="popOutProfile('${model.getQueryId()}');" class="btn btn-default 
btn-sm">
       <b>Query Profile:</b> ${model.getQueryId()} <span class="glyphicon 
glyphicon-new-window"/></button>
+     </td>
+     <td>
+         <span class="input-group-addon" style="font-size:95%"><b>Query 
State:</b> ${model.getQueryState()}</span>
 
 Review comment:
   Thanks for sharing the change for this. Added commit in this PR

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

Reply via email to