Skip to content

[Fleet] Add tooltip to Last activity column in Agent list UI#224850

Merged
juliaElastic merged 2 commits intoelastic:mainfrom
juliaElastic:last-activity-tooltip
Jun 23, 2025
Merged

[Fleet] Add tooltip to Last activity column in Agent list UI#224850
juliaElastic merged 2 commits intoelastic:mainfrom
juliaElastic:last-activity-tooltip

Conversation

@juliaElastic
Copy link
Contributor

@juliaElastic juliaElastic commented Jun 23, 2025

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.

image
@juliaElastic juliaElastic self-assigned this Jun 23, 2025
@juliaElastic juliaElastic requested a review from a team as a code owner June 23, 2025 11:13
@botelastic botelastic bot added the Team:Fleet Team label for Observability Data Collection Fleet team label Jun 23, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #33 / ESQL execution logic API @ess @serverless ES|QL rule type shard failures should handle shard failures and include warning in logs for query that is not aggregating

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
fleet 1.8MB 1.8MB +167.0B

cc @juliaElastic

render: (lastCheckin: string) =>
lastCheckin ? <FormattedRelative value={lastCheckin} /> : undefined,
lastCheckin ? (
<EuiToolTip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated:
image

@juliaElastic juliaElastic requested a review from criamico June 23, 2025 14:05
Copy link
Contributor

@criamico criamico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juliaElastic juliaElastic enabled auto-merge (squash) June 23, 2025 14:23
@juliaElastic juliaElastic merged commit 8dda720 into elastic:main Jun 23, 2025
10 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.0

https://github.com/elastic/kibana/actions/runs/15828611752

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
9.0 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 224850

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"
/>
@mistic
Copy link
Contributor

mistic commented Jun 24, 2025

This PR didn't make it into the latest BC for v9.0.3. Updating the labels.

@mistic mistic added the v9.0.4 label Jun 24, 2025
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"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:enhancement Team:Fleet Team label for Observability Data Collection Fleet team v9.0.4 v9.1.0

5 participants