Configure the System Badge

The System Badge property determines whether the badge is displayed by default, and whether or not individual users can edit this property via the UI.
You can also set the badge color using one of the predefined Deephaven theme colors.

The System Badge is configured by the following properties, which are safe to change:

Badge text

  • system.type – the system type displayed in the badge (e.g., "DEV", "UAT", "PROD").
  • system.name – the system name displayed in the badge.

Appearance and behavior

  • #system.color=var(--info) – sets the badge color. Supported values are:
    primary, primary-dark, primary-light, secondary, success, info, warning, danger, light, mid, and dark.

  • #Webapi.user.defaults.systemBadge=true – display the System Badge by default. Set to false to hide it.

  • #Webapi.user.defaults.systemBadge.editable=true – set to false to disallow the user from toggling the System Badge from the UI.