Github user kkhatua commented on a diff in the pull request:
https://github.com/apache/drill/pull/1160#discussion_r176579720
--- Diff: exec/java-exec/src/main/resources/rest/index.ftl ---
@@ -53,11 +53,16 @@
<tr>
<th>#</th>
<th>Address</th>
+ <th>Heap Usage</th>
+ <th>Direct Usage</th>
<th>User Port</th>
<th>Control Port</th>
<th>Data Port</th>
<th>Version</th>
<th>Status</th>
+ <#if model.shouldShowAdminInfo() || !model.isAuthEnabled() >
--- End diff --
I need to rebase. DRILL-6044 fix changed that entry.
---