@@ -74,7 +74,7 @@ export const ConsumedApisCard = ({ variant = 'gridItem' }: Props) => {
|
||||
emptyContent={
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Typography variant="h6">
|
||||
This {entity.kind.toLowerCase()} does not consume any APIs.{' '}
|
||||
This {entity.kind.toLowerCase()} does not consume any APIs.
|
||||
</Typography>
|
||||
<Typography variant="body2">
|
||||
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#specconsumesapis-optional">
|
||||
|
||||
@@ -78,7 +78,7 @@ export const HasApisCard = ({ variant = 'gridItem' }: Props) => {
|
||||
emptyContent={
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Typography variant="h6">
|
||||
This {entity.kind.toLowerCase()} does not contain any APIs.{' '}
|
||||
This {entity.kind.toLowerCase()} does not contain any APIs.
|
||||
</Typography>
|
||||
<Typography variant="body2">
|
||||
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#kind-api">
|
||||
|
||||
@@ -74,7 +74,7 @@ export const ProvidedApisCard = ({ variant = 'gridItem' }: Props) => {
|
||||
emptyContent={
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Typography variant="h6">
|
||||
This {entity.kind.toLowerCase()} does not provide its own APIs.{' '}
|
||||
This {entity.kind.toLowerCase()} does not provide its own APIs.
|
||||
</Typography>
|
||||
<Typography variant="body2">
|
||||
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#specprovidesapis-optional">
|
||||
|
||||
@@ -72,7 +72,7 @@ export const ConsumingComponentsCard = ({ variant = 'gridItem' }: Props) => {
|
||||
variant={variant}
|
||||
emptyContent={
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Typography variant="h6">No component consumes this API. </Typography>
|
||||
<Typography variant="h6">No component consumes this API.</Typography>
|
||||
<Typography variant="body2">
|
||||
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#specconsumesapis-optional">
|
||||
Learn how to change this.
|
||||
|
||||
Reference in New Issue
Block a user