{
- copyText(selection, containerRef);
- close();
- track('copy', selection.length, row.datasourceType);
- }}
- />
- {onClickFilterString && (
+ <>
+
+
-
+ {onClickFilterString && (
+ {
+ onClickFilterString(selection, row.dataFrame.refId);
+ close();
+ track('line_contains', selection.length, row.datasourceType);
+ }}
+ />
+ )}
+ {onClickFilterOutString && (
+ {
+ onClickFilterOutString(selection, row.dataFrame.refId);
+ close();
+ track('line_does_not_contain', selection.length, row.datasourceType);
+ }}
+ />
+ )}
+
+
+