By default, the cocoon skin displays the sections in the shortcuts area as a 3 X 3 matrix. You can regroup the sections to display it as a 2 X 3 or 2 X 2 matrix.
To regroup the shortcuts matrix:
/static/xml/isp.dashboard.xml
exists./usr/bin/ensim/GUIResourceList --role
<role> --user
<username> --url /static/xml/isp.dashboard.xml --skin
<skin_name>
/usr/bin/ensim/GUIResourceDownload --role
<role> --user
<username> --url /static/xml/isp.dashboard.xml --skin
<skin_name> > /tmp/isp.dashboard.xml
/tmp/isp.dashboard.xml
. For example, to regroup the shortcuts sections into a 3 X 3 matrix, update the value of the attribute <
columns>3</columns>
as shown in the following figure, and save your changes.
/usr/bin/ensim/GUIResourceCustomize --role
<role> --user
<username> --url /static/xml/isp.dashboard.xml --skin
<skin_name>--uri /tmp/isp.dashboard.xml
The resource is customized. To verify the results, log in to the Server Administrator control panel and refresh the Web page.
If you want to revert your changes, type the following command.
/usr/bin/ensim/GUIResourceRevert --role
<role> --user
<username> --url /static/xml/isp.dashboard.xml --skin
<skin_name>