[Fleet] Add tooltip to Last activity column in Agent list UI#224850
Merged
juliaElastic merged 2 commits intoelastic:mainfrom Jun 23, 2025
Merged
[Fleet] Add tooltip to Last activity column in Agent list UI#224850juliaElastic merged 2 commits intoelastic:mainfrom
juliaElastic merged 2 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
|
criamico
reviewed
Jun 23, 2025
| render: (lastCheckin: string) => | ||
| lastCheckin ? <FormattedRelative value={lastCheckin} /> : undefined, | ||
| lastCheckin ? ( | ||
| <EuiToolTip |
Contributor
There was a problem hiding this comment.
Could we add a short text too, something like Last seen online on February 10, 2025? I think it would make it more clear for the user what's this date.
Contributor
|
Starting backport for target branches: 9.0 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
juliaElastic
added a commit
to juliaElastic/kibana
that referenced
this pull request
Jun 24, 2025
…#224850) Closes elastic#221172 Add tooltip to Last activity column in Agent list UI to make it easier to check the exact date. The relative date displayed in the column is rounded and sometimes misleading. <img width="1654" alt="image" src="https://github.com/user-attachments/assets/73bfcf9e-2064-48e4-9a71-c0912613aa6d" />
juliaElastic
added a commit
that referenced
this pull request
Jun 24, 2025
Contributor
|
This PR didn't make it into the latest BC for v9.0.3. Updating the labels. |
akowalska622
pushed a commit
to akowalska622/kibana
that referenced
this pull request
Jun 25, 2025
…#224850) ## Summary Closes elastic#221172 Add tooltip to Last activity column in Agent list UI to make it easier to check the exact date. The relative date displayed in the column is rounded and sometimes misleading. <img width="1654" alt="image" src="https://github.com/user-attachments/assets/73bfcf9e-2064-48e4-9a71-c0912613aa6d" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Closes #221172
Add tooltip to Last activity column in Agent list UI to make it easier to check the exact date. The relative date displayed in the column is rounded and sometimes misleading.