v.21.8Improvement

Web UI: Auto-generate links for URL-like values

Web UI: if the value looks like a URL, automatically generate a link. #25965 (alexey-milovidov).
The ClickHouse Web UI now automatically detects values that look like URLs and generates clickable links for them.

Why it matters

This feature improves user experience by allowing quick navigation from query results directly to URL values without manual copying and pasting, saving time and reducing errors.

How to use it

Users simply need to query their data as usual in the Web UI. Any value resembling a URL will be automatically rendered as a clickable hyperlink without requiring additional configuration.