Regrouping the Shortcuts Matrix

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:

  1. Log in to the Parallels Pro Control Panel server as the root user.
  2. Verify that the resource /static/xml/isp.dashboard.xml exists.

    /usr/bin/ensim/GUIResourceList --role <role> --user <username> --url /static/xml/isp.dashboard.xml --skin <skin_name>

  3. Download the resource.

    /usr/bin/ensim/GUIResourceDownload --role <role> --user <username> --url /static/xml/isp.dashboard.xml --skin <skin_name> > /tmp/isp.dashboard.xml

  4. Make the required changes to the file /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.

  5. Upload the resource to the Parallels Pro Control Panel server.

    /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>

regrouping_matrix