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/08/06 17:07:34 UTC

[GitHub] sohami commented on a change in pull request #1424: DRILL-6663: Fixed shutdown button in Web UI

sohami commented on a change in pull request #1424: DRILL-6663: Fixed shutdown button in Web UI
URL: https://github.com/apache/drill/pull/1424#discussion_r207964236
 
 

 ##########
 File path: exec/java-exec/src/main/resources/rest/index.ftl
 ##########
 @@ -435,6 +435,10 @@
             let rowElem = $(shutdownBtn).parent().parent();
             let hostAddr = $(rowElem).find('#address').contents().get(0).nodeValue.trim();
             let hostPort = $(rowElem).find('#httpPort').html();
+            // Always use the host address from the url for the current Drillbit
 
 Review comment:
   please add explanation or say `For details refer DRILL-6663`

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