Get started > Navigating the UI > Change the System Navigator menu item order option

Change the System Navigator menu item order option

Applies to User Roles:

Administrator

Web client

To change the System Navigator menu item order option in the web client, set the following parameter in the web.xml file:

<init-param>
  <param-name>sortNavItems</param-name>
  <param-value>true</param-value>
</init-param>

The default value of the parameter is "true" (enabled).

Windows client

To change the System Navigator menu item order option in the Windows client, follow these steps:

  1. Click Window > Preferences.
  2. Expand Micro Focus Service Manager.
  3. Click Appearance.
  4. Clear the Sort menu items alphabetically in the System Navigator option to disable alphabetical sorting. Or, select the Sort menu items alphabetically in the System Navigator option to enable alphabetical sorting.

Related topics

System Navigator
Menu item order in the System Navigator

Enter a parameter in the web.xml file

Web parameter: sortNavItems