diff --git a/packages/grafana-ui/src/components/Logs/LogDetailsRow.tsx b/packages/grafana-ui/src/components/Logs/LogDetailsRow.tsx index 50b81e17514..bf53bacd1e7 100644 --- a/packages/grafana-ui/src/components/Logs/LogDetailsRow.tsx +++ b/packages/grafana-ui/src/components/Logs/LogDetailsRow.tsx @@ -92,17 +92,28 @@ class UnThemedLogDetailsRow extends PureComponent { return ( {/* Action buttons - show stats/filter results */} - - + + - isLabel && this.filterLabel()} className={style.logsDetailsIcon}> - {isLabel && } - - - isLabel && this.filterOutLabel()} className={style.logsDetailsIcon}> - {isLabel && } - + {isLabel && ( + <> + + + + + + + + )} {/* Key - value columns */} {parsedKey}