Merge pull request #18518 from adamdmharvey/adamdmharvey/k8s-drawer

chore(kubernetes): Make Pod Drawer headings consistent
This commit is contained in:
Ben Lambert
2023-07-04 10:59:17 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes': patch
---
Make pod drawer headings consistent
@@ -173,7 +173,7 @@ export const PodDrawer = ({ podAndErrors, open }: PodDrawerProps) => {
</Grid>
{podAndErrors.errors.length > 0 && (
<Grid item xs={12}>
<Typography variant="h5">Errors:</Typography>
<Typography variant="h5">Errors</Typography>
</Grid>
)}
{podAndErrors.errors.length > 0 && (