Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/1153#discussion_r173029876
--- Diff: exec/java-exec/src/main/resources/rest/index.ftl ---
@@ -272,6 +281,12 @@
<#if model.shouldShowAdminInfo()>
function shutdown(address,button) {
url = "http://"+address+":"+portNum+"/gracefulShutdown";
--- End diff --
please delete this line and update the `shutdown` signature since `address`
is not needed anymore.---
