diff --git a/src/Components/GrotError.tsx b/src/Components/GrotError.tsx index 33d9d265e..a7721a137 100644 --- a/src/Components/GrotError.tsx +++ b/src/Components/GrotError.tsx @@ -41,7 +41,7 @@ export const GrotError = ({ children }: React.PropsWithChildren) => { />
- + {children ? children : 'An error occurred'}
diff --git a/src/Components/ServiceScene/Breakdowns/PatternsBreakdownScene.tsx b/src/Components/ServiceScene/Breakdowns/PatternsBreakdownScene.tsx index 210a59256..cf0e607d9 100644 --- a/src/Components/ServiceScene/Breakdowns/PatternsBreakdownScene.tsx +++ b/src/Components/ServiceScene/Breakdowns/PatternsBreakdownScene.tsx @@ -77,14 +77,21 @@ export class PatternsBreakdownScene extends SceneObjectBase
- Sorry, we could not detect any patterns.

- Check back later or reachout to the{' '} + + Sorry, we could not detect any patterns. + +

+

+ Check back later or reach out to the team in the{' '} Grafana Labs community Slack channel

- Patterns let you detect similar log lines and add or exclude them from your search. +

+ Patterns let you detect similar log lines to include + or exclude from your search. +

)}