Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table view uses current time instead of column name for table headers of time columns #815

Closed
philomory opened this issue Mar 10, 2021 · 0 comments · Fixed by #833 or influxdata/influxdb#20932
Assignees
Labels

Comments

@philomory
Copy link

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Issue any query that returns one or more columns of the time data type (e.g _time, _start and _stop in a basic, UI-built query)
  2. Switch to the table display

Expected behavior:
The column header at the top of each column should display the name of the column in the Flux data, unless the column has been renamed via the Customize button.

Actual behavior:
Instead of showing the column name from the flux data (e.g. _time, _start, _stop), the table header displays the current time (e.g. 2021-03-10 09:43:03 HST) as the name of every time column. This occurs even if I change the "display name" of the column via the Customize button.

image

Environment info:

  • InfluxDB version: InfluxDB Cloud 2.0 (says Version (f1221e0) on "Getting Started" page)
  • Chrome Version 88.0.4324.190 (Official Build) (64-bit) on Windows 10.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants