[CA Identity Manager]Is it possible to change the size of icon buttons in the “Home” page?
book
Article ID: 98296
calendar_today
Updated On:
Products
CA Identity ManagerCA Identity GovernanceCA Identity Portal
Issue/Introduction
Is it possible to change the size of icon buttons in the “Home” page?
Environment
CA Identity Manager r12.6, r14.0, r14.1 Application Server: JBoss, Wildfly
Resolution
Since the icon button size is resizing the image file, it is necessary to change the value in the setting file.
To change the icon button size: 1. Backup the following file. <JBOSS_HOME>\standalone\deployments\iam_im.ear\user_console.war\app\page\homepage\taskshomepage.jsp
2. Change the following items in the "taskshomepage.jsp" file to resize the icon button (width: width, height: height / pixel) and save the file. .resize { width: 200px; height: 100px; }
3. Restart the application server.
By changing the size of the icon, you may need to change the setting of other items in the file as necessary to display correctly.