The following procedure explains how to add a link, such as Weekly Usage Reports, next to the Usage Reports option (Reports section) in the shortcuts area of the Server Administrator control panel.
To add a custom link in the shortcuts area:
/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
, and save your changes. For example, to add a link Weekly Usage Reports, next to the Usage Reports option (Reports section), insert the Weekly Usage Reports XML snippet as shown in the shortcut area links illustration (Adding Links in the Shorcuts Area section)./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 result, 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>