Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1203#discussion_r181156759 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -79,9 +91,14 @@ </span> </td> <td id="status" >${drillbit.getState()}</td> + <!-- #if (model.shouldShowAdminInfo() || !model.isAuthEnabled()) --> --- End diff -- Missed catching that without an IDEA. Thanks
---