a3ab2a1414
Signed-off-by: blam <ben@blam.sh>
707 B
707 B
@backstage/plugin-tech-insights
| @backstage/plugin-tech-insights |
|---|
| patch |
Added the possibility to customize the check description in the scorecard component.
- The
CheckResultRenderertype now exposes an optionaldescriptionmethod that allows to overwrite the description with a different string or a React component for a provided check result.
Until now only the BooleanCheck element could be overridden, but from now on it's also possible to override the description for a check.
As an example, the description could change depending on the check result. Refer to the README file for more details