Skip to content
Snippets Groups Projects
Commit a0951066 authored by Jakub Maloštík's avatar Jakub Maloštík
Browse files

Fix: Add context search for source and target ports timeline sections (Redmine issue: #7614)

parent c82cb3d0
No related branches found
No related tags found
No related merge requests found
...@@ -936,14 +936,14 @@ ...@@ -936,14 +936,14 @@
_('Number of events per source port'), _('Number of events per source port'),
_('This view shows total numbers of IDEA events aggregated according to a <em>source port</em>. Because an event may contain multiple <em>source ports</em>, the total numbers in these charts may differ from the total number of events displayed in the table above.'), _('This view shows total numbers of IDEA events aggregated according to a <em>source port</em>. Because an event may contain multiple <em>source ports</em>, the total numbers in these charts may differ from the total number of events displayed in the table above.'),
'multi', 'multi',
None 'ports'
), ),
( (
'target_ports', 'target_ports',
_('Number of events per target port'), _('Number of events per target port'),
_('This view shows total numbers of IDEA events aggregated according to a <em>target port</em>. Because an event may contain multiple <em>target ports</em>, the total numbers in these charts may differ from the total number of events displayed in the table above.'), _('This view shows total numbers of IDEA events aggregated according to a <em>target port</em>. Because an event may contain multiple <em>target ports</em>, the total numbers in these charts may differ from the total number of events displayed in the table above.'),
'multi', 'multi',
None 'ports'
), ),
( (
'protocols', 'protocols',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment