Merge pull request #4048 from influxdata/log-viewer/tooltip-shows-full-value
Show full value in filter tooltippull/4053/head
commit
01355fe435
|
@ -525,7 +525,7 @@ class LogsTable extends Component<Props, State> {
|
|||
className={classnames('logs-viewer--cell', {
|
||||
highlight: highlightRow,
|
||||
})}
|
||||
title={`Jump to '${title}'`}
|
||||
title={`Jump to '${value}'`}
|
||||
key={key}
|
||||
style={style}
|
||||
data-index={rowIndex}
|
||||
|
|
Loading…
Reference in New Issue