Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r181252317 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -260,7 +285,7 @@ function fillQueryCount(row_id) { var requestPath = "/queriesCount"; var url = getRequestUrl(requestPath); - var result = $.ajax({ + var result = $.ajax({ --- End diff -- please revert the original indentation
---