Skip to main content

AppDisplaySetting

This setting is used to customize the application display.

Examples

Set colors, logos and names

The following example sets:

  • "Netwrix Identity Manager" as name of the application visible on the tabs;
  • the logo to be displayed in the top left corner;
  • the favicon to be displayed on the tabs;
  • the banner color, banner gradient color, banner selected tab color, banner text color, primary color and secondary color.
<AppDisplaySetting ApplicationName="Netwrix Identity Manager" LogoFile="logo.webp" FaviconFile="favicon.ico" BannerColor="#512E5F" BannerGradientColor="#76D7C4" BannerSelectedTabColor="#E74C3C" BannerTextColor="#F1C40F" PrimaryColor="#0E6655" SecondaryColor="#85C1E9" />

AppDisplay - Tab

Appdisplaysetting Tab V603

AppDisplay - Authentication

Disable counters

The following example disables the counters that are usually visible on the dashboard:

AppDisplay - Without Counters

<AppDisplaySetting DisableProvisioningCounters="true" />

AppDisplay - Without Counters

Properties

PropertyDetails
ApplicationName optionalType: String Description: Name of the application, visible on the application's tabs.
BannerColor optionalType: String Description: HEX code of the color for the banner, i.e. the header displaying logo and navigation bar.
BannerGradientColor optionalType: String Description: HEX code of the color for the banner's gradient to be visible at the middle of the banner.
BannerSelectedTabColor optionalType: String Description: HEX code of the color for the line that emphasizes the selected tab.
BannerTextColor optionalType: String Description: HEX code of the color for the banner's text.
DisableProvisioningCounters default value: falseType: String Description: true to disable the counters related to the administration screens: Role Review, Provisioning Review, Role Reconciliation, Resource Reconciliation and Manual Provisioning.
FaviconFile optionalType: String Description: Path of the favicon to be displayed in the application's tabs.
FaviconMimeType optionalType: String Description: Mime type of the favicon.
FullNameSeparator default value: ¤Type: String Description: Separator of the full name.
Identifier default value: AppDisplayType: String Description: Unique identifier of the setting.
LogoFile optionalType: String Description: Path of the logo to be displayed in the top left corner.
LogoMimeType optionalType: String Description: Mime type of the logo.
Preview optionalType: String Description: Documentation unavailable.
PrimaryColor optionalType: String Description: HEX code of the color for the highlighted buttons.
SecondaryColor optionalType: String Description: HEX code of the color for the background of the authentication screen.