The navigation footer for Directory Groups is broken in Aria Operations for Logs 8.18
search cancel

The navigation footer for Directory Groups is broken in Aria Operations for Logs 8.18

book

Article ID: 381489

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

When navigation to Management -> Access Control -> Directory Group for Aria Operations for Logs 8.18, you see the below:

Viewing 1 to 20 out of TranslationCache null Translationcache

There is no way to navigate between the Directory Groups

Environment

Aria Operations for Logs 8.18

Cause

This is a bug in Aria Operations for Logs 8.18 related to the pagination of the groups table (specifically related to localization of the footer).

Resolution

To work around this issue, please follow the below steps for all nodes after taking a snapshot:

  • SSH login to the node
  • Backup the file that needs to be adjusted:
    • cp /usr/lib/loginsight/application/3rd_party/apache-tomcat/webapps/ROOT/loginsight/admin/users/users-users-tab.jsp /tmp/users-users-tab.jsp.bku
  • Open the below file in edit mode:
    • /usr/lib/loginsight/application/3rd_party/apache-tomcat/webapps/ROOT/loginsight/admin/users/users-users-tab.jsp
  • Find declaration of the user groups table in that file:
    • <d:table name="${actionBean.groups}" id="groups" class="pi-table" requestURI="" pagesize="20" defaultsort="3" keepStatus="true">
  • Change the page size from 20 to 0, i.e. no pagination, all items will be listed in the table
  • Save and close the file
  • No need to restart the loginsight service. After changing that on all nodes, just refreshing the browser page should be enough.

If any issues or problems occur, restore the file using:

  • cp /tmp/users-users-tab.jsp.bku /usr/lib/loginsight/application/3rd_party/apache-tomcat/webapps/ROOT/loginsight/admin/users/users-users-tab.jsp