Skip to content

[INLONG-10839][Dashboard] Data preview style structure modification#10840

Merged
dockerzhang merged 2 commits intoapache:masterfrom
wohainilaodou:INLONG-10839
Aug 21, 2024
Merged

[INLONG-10839][Dashboard] Data preview style structure modification#10840
dockerzhang merged 2 commits intoapache:masterfrom
wohainilaodou:INLONG-10839

Conversation

@wohainilaodou
Copy link
Contributor

Fixes #10839

Motivation

Data preview style structure modification

Modifications

The columns of the data preview table are generated according to the fields returned by the backend. The width of each column is the maximum of the length of the returned field and the length of the value. When the returned field has an id, the returned one is used. If not, an id is generated from 0 based on the amount of data. A new button is added to show the original text. Clicking it will display the header and body information of the returned message.

Verifying this change

before:
image
after:
image
image
image

@dockerzhang dockerzhang merged commit b57d631 into apache:master Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improve][Dashboard] Data preview style structure modification

3 participants