Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Jan 30, 2025
1 parent 160bd8c commit 2752c7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/components/drawer/record/record-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@ export const RecordPanel: React.FC<RecordDrawerProps> = ({
{isPartialFlow && (
<Text id="partial-flow-text" component={TextVariants.p}>
<InfoCircleIcon className="record-panel-warning" />
{t('This is a partial flow: it contains only enrichment data and is missing some basic information such as byte and packet counters, TCP flags or MAC addresses. This information can likely be found in adjacent flows.')}
{t(
'This is a partial flow: it contains only enrichment data and is missing some basic information such as byte and packet counters, TCP flags or MAC addresses. This information can likely be found in adjacent flows.'

Check warning on line 380 in web/src/components/drawer/record/record-panel.tsx

View workflow job for this annotation

GitHub Actions / Build, lint, test frontend

This line has a length of 232. Maximum allowed is 170

Check warning on line 380 in web/src/components/drawer/record/record-panel.tsx

View workflow job for this annotation

GitHub Actions / Build, lint, test frontend

This line has a length of 232. Maximum allowed is 170
)}
</Text>
)}
<Accordion asDefinitionList={false}>
Expand Down

0 comments on commit 2752c7d

Please sign in to comment.