Skip to content

Hide 'on-call' section

The PagerDuty plugin allows users to view who is currently on-call for the escalation policy assigned to the service. This feature is enabled by default but you can choose to completely hide it.

on-call-engineer

To suppress the rendering of the on-call section, the PagerDutyCard can be instantiated with a disableOnCall option as shown below.

<EntityPagerDutyCard disableOnCall>

This will hide the on-call tab for Backstage users.

oncall-disabled

Note

This feature is also available for other cards such as PagerDutySmallCard.

<EntityPagerDutySmallCard disableOnCall>

small-card-oncall-disabled