Merge pull request #4048 from influxdata/log-viewer/tooltip-shows-full-value

Show full value in filter tooltip
pull/4053/head
Brandon Farmer 2018-07-30 13:00:17 -07:00 committed by GitHub
commit 01355fe435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}