Relocating Shortcuts Sections

You can regroup or relocate the sections in the shortcuts matrix as required. The following procedure explains how to swap the locations of the Sites and Reports sections in the shortcuts area.

To relocate shortcuts sections:

  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 swap the Sites and Reports sections, locate the XML snippets for the Sites and Reports sections, swap them as shown in the relocating shortcuts illustration (Relocating Shortcuts Sections section). 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>