Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.9] [Synthetics] Fix date format for Waterfall and TLS Certificates (…
…#162099) (#162124) # Backport This will backport the following commits from `main` to `8.9`: - [[Synthetics] Fix date format for Waterfall and TLS Certificates (#162099)](#162099) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Abdul Wahab Zahid","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-18T10:19:47Z","message":"[Synthetics] Fix date format for Waterfall and TLS Certificates (#162099)\n\nFixes #161499 \r\n\r\n## Summary\r\nThe PR adjusts date format in waterfall flyout and TLS Certificates page\r\nto the common date format used in Synthetics (via `useDateFormat` hook).\r\n\r\n|Before|After|\r\n|:---:|:---:|\r\n|<img width=\"438\" alt=\"Screenshot 2023-07-18 at 00 25 48\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/f671c5f0-042d-4fa1-910e-bc9deb85d1dd\">|<img\r\nwidth=\"438\" alt=\"Screenshot 2023-07-17 at 23 40 59\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/bf19344f-e82e-4188-97a2-65d045544245\">|\r\n\r\n|Before|After|\r\n|:---:|:---:|\r\n|<img width=\"1545\" alt=\"Screenshot 2023-07-18 at 00 25 05\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/ddeb4186-c1e1-4eff-b8ed-4ea6755b3e09\">|<img\r\nwidth=\"1544\" alt=\"Screenshot 2023-07-17 at 23 53 55\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/b35a34ea-3d16-4479-82db-0a2f808d0a6c\">|","sha":"37521304afe283a5132cbaf771d8b95fcbe96188","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:uptime","release_note:skip","v8.9.0","v8.10.0"],"number":162099,"url":"https://github.com/elastic/kibana/pull/162099","mergeCommit":{"message":"[Synthetics] Fix date format for Waterfall and TLS Certificates (#162099)\n\nFixes #161499 \r\n\r\n## Summary\r\nThe PR adjusts date format in waterfall flyout and TLS Certificates page\r\nto the common date format used in Synthetics (via `useDateFormat` hook).\r\n\r\n|Before|After|\r\n|:---:|:---:|\r\n|<img width=\"438\" alt=\"Screenshot 2023-07-18 at 00 25 48\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/f671c5f0-042d-4fa1-910e-bc9deb85d1dd\">|<img\r\nwidth=\"438\" alt=\"Screenshot 2023-07-17 at 23 40 59\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/bf19344f-e82e-4188-97a2-65d045544245\">|\r\n\r\n|Before|After|\r\n|:---:|:---:|\r\n|<img width=\"1545\" alt=\"Screenshot 2023-07-18 at 00 25 05\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/ddeb4186-c1e1-4eff-b8ed-4ea6755b3e09\">|<img\r\nwidth=\"1544\" alt=\"Screenshot 2023-07-17 at 23 53 55\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/b35a34ea-3d16-4479-82db-0a2f808d0a6c\">|","sha":"37521304afe283a5132cbaf771d8b95fcbe96188"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162099","number":162099,"mergeCommit":{"message":"[Synthetics] Fix date format for Waterfall and TLS Certificates (#162099)\n\nFixes #161499 \r\n\r\n## Summary\r\nThe PR adjusts date format in waterfall flyout and TLS Certificates page\r\nto the common date format used in Synthetics (via `useDateFormat` hook).\r\n\r\n|Before|After|\r\n|:---:|:---:|\r\n|<img width=\"438\" alt=\"Screenshot 2023-07-18 at 00 25 48\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/f671c5f0-042d-4fa1-910e-bc9deb85d1dd\">|<img\r\nwidth=\"438\" alt=\"Screenshot 2023-07-17 at 23 40 59\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/bf19344f-e82e-4188-97a2-65d045544245\">|\r\n\r\n|Before|After|\r\n|:---:|:---:|\r\n|<img width=\"1545\" alt=\"Screenshot 2023-07-18 at 00 25 05\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/ddeb4186-c1e1-4eff-b8ed-4ea6755b3e09\">|<img\r\nwidth=\"1544\" alt=\"Screenshot 2023-07-17 at 23 53 55\"\r\nsrc=\"https://github.com/elastic/kibana/assets/2748376/b35a34ea-3d16-4479-82db-0a2f808d0a6c\">|","sha":"37521304afe283a5132cbaf771d8b95fcbe96188"}}]}] BACKPORT--> Co-authored-by: Abdul Wahab Zahid <[email protected]> Co-authored-by: Shahzad <[email protected]>
- Loading branch information