To resolve the issue, edit the CSS files to correct the layout.
- Log into the vRealize Log Insight Primary Node as root via SSH or Console.
Note: Type ALT+F1 in a Console to log in.
- Open /usr/lib/loginsight/application/3rd_party/apache-tomcat-8.5.51/webapps/ROOT/loginsight/base/clarity-override.css in a text editor.
Example: vi /usr/lib/loginsight/application/3rd_party/apache-tomcat-8.5.51/webapps/ROOT/loginsight/base/clarity-override.css
- Find the #header-icon-user CCSS Style.
- Replace left:unset with left:24px.
Example: #header-icon-user{left:24px}
- Save and close the file.
- Open /usr/lib/loginsight/application/3rd_party/apache-tomcat-8.5.51/webapps/ROOT/js/widgets-yui3/style/pi-widgets-yui3.css in a text editor.
- Find the .highcharts-legend-item>span{display:block; CSS Style.
- Replace float:left with height: 16px; padding-right: 20px;.
Example: .highcharts-legend-item>span{display:block;height: 16px; padding-right: 20px;}
- Save and close the file.
- Repeat steps 1-9 on all other nodes in the cluster.
Once the changes are complete, refresh the pages in the UI to show the corrected layout.