CentraSite 10.7 | CentraSite User’s Guide | Introduction | Using the CentraSite Business User Interface | Enhanced Profile Layout For Registry Objects | Configuring the Enhanced Profile Layout
 
Configuring the Enhanced Profile Layout
When you configure the enhanced profile layout, you indicate whether or not CentraSite displays the asset profile information in the enhanced or legacy profile layout and the maximum size of the navigation panel in the CentraSite configuration file.
Beginning with version 9.8, the default rendering is the enhanced profile layout. The only time you have to configure the enhanced profile layout is if the system administrator has explicitly configured for legacy profile layout.
*To configure the enhanced profile layout
1. Open the customization file, centrasite.xml, in a rich text editor.
You can find the centrasite.xml file on <CentraSiteInstall_Directory>\cast\cswebapps\BusinessUI\custom\conf.
2. Locate the AssetDetailSettings section in the file.
<GUIConfiguration>
..
<UIProperties>
...
<AssetDetailSettings newRenderingMode="true"
navigationPanelMaxCharLength="25" />
</UIProperties>
</GUIConfiguration>
3. Set the value of the property newRenderingMode to true.
Possible values:
Value...
Indicates...
true (default value)
Usage of the enhanced profile layout.
false
Usage of the legacy profile layout.
4. Set the value of the property navigationPanelMaxCharLength to specify the number of characters in the profile name.
This property defines the default size of the profile name in navigation panel when displaying the asset details page in the enhanced profile layout, .
If the character length for any single profile name exceeds the number of characters you specify, CentraSite truncates the name to the specified length. The default number of characters is 25.
5. Save and close the file.
6. Restart Software AG Runtime.
Note:
If at a later stage you want to use the legacy profile layout, you must set the property newRenderingMode to false, and then restart Software AG Runtime.