Web not showing all states and types configured for contacts

Not sure if this is by design, or a real issue specific to me or otherwise.

This is what the web interface displays in “Contact details”:

Hosts Recovery, Down, Flapping, Downtime
Services Recovery, Warning, Critical, Unknown, Flapping, Downtime

This is what is configured for the User object.

  • states = [ “Up”, “Down”, “OK”, “Critical”, “Unknown”, “Warning” ]
    % = modified in ‘/etc/icinga2/zones.d/global-templates/templateUser.conf’, lines 3:5-3:57
    • templates = [ “sbusgs_email”, “generic-contact” ]
      % = modified in ‘/etc/icinga2/zones.d/global-templates/User.conf’, lines 35:1-35:28
      % = modified in ‘/etc/icinga2/zones.d/global-templates/templateUser.conf’, lines 2:1-2:31
    • type = “User”
    • types = [ “Acknowledgement”, “Problem”, “Custom”, “FlappingStart”, “FlappingEnd”, “Recovery”, “DowntimeStart”, “DowntimeEnd”, “DowntimeRemoved” ]