Hiding the application tree

Updated: April 8, 2010

Applies To: Unified Access Gateway

You can expand and collapse the application tree on the left side of the Forefront Unified Access Gateway (UAG) portal; by default, the tree is displayed in expanded mode.

This topic describes how you can change the default so that the portal displays with the application tree collapsed.

To display the portal with the application tree collapsed

  1. On the Forefront UAG server, open the folder Microsoft Forefront Unified Access Gateway\von\PortalHomePage\, and copy the Standard.master file to the ...\PortalHomePage\CustomUpdate folder.

  2. In the Standard.master file, in the body onload event, add a call to the hideTree() function.

    <body onload="hideTree()">