Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1160#discussion_r174440089
--- 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 --
On master we have different line `<#if (model.shouldShowAdminInfo() ||
!model.isAuthEnabled()) && drillbit.isCurrent() >`
---