diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-sessions.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-sessions.html
index 2a7360d..10ee5a5 100755
--- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-sessions.html
+++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-sessions.html
@@ -34,7 +34,7 @@
                 <th>Session Start</th>
             </tr>
             </thead>
-            <tfoot data-ng-show="sessions && sessions.length > 5">
+            <tfoot data-ng-show="sessions && (sessions.length >= 5 || query.first != 0)">
             <tr>
                 <td colspan="7">
                     <div class="table-nav">