prometheus/web/ui/react-app/src/pages/graph
Julius Volz 818bd96381
Fix detail swatch glitch (#7805)
* Bump jquery and @types/jquery

Signed-off-by: Julius Volz <julius.volz@gmail.com>

* Properly close color box span in graph hover detail

jQuery 3.5.0 introcuded a breaking change that was necessary to fix HTML
security issues
(https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/), and as a
result the detail-swatch span wasn't closed properly anymore, because
spans are not valid self-closing tags in
XHTML.

Fixes https://github.com/prometheus/prometheus/issues/7803

Signed-off-by: Julius Volz <julius.volz@gmail.com>

* Fix up tests

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2020-08-15 01:44:13 +02:00
..
DataTable.test.tsx React UI: Fixed data table for matrix always showing 1 as value (#6896) 2020-02-29 07:45:48 +01:00
DataTable.tsx React UI: Fixed data table for matrix always showing 1 as value (#6896) 2020-02-29 07:45:48 +01:00
ExpressionInput.test.tsx Update React vendoring (#6855) 2020-02-25 20:12:40 +01:00
ExpressionInput.tsx Update React vendoring (#6855) 2020-02-25 20:12:40 +01:00
Graph.test.tsx Update React vendoring (#6855) 2020-02-25 20:12:40 +01:00
Graph.tsx React UI: Support local timezone on /graph (#6692) 2020-01-24 23:44:18 +01:00
GraphControls.test.tsx Update React vendoring (#6855) 2020-02-25 20:12:40 +01:00
GraphControls.tsx React UI: Support local timezone on /graph (#6692) 2020-01-24 23:44:18 +01:00
GraphHelpers.test.ts Fix detail swatch glitch (#7805) 2020-08-15 01:44:13 +02:00
GraphHelpers.ts Fix detail swatch glitch (#7805) 2020-08-15 01:44:13 +02:00
GraphTabContent.test.tsx ReactUI: folder re-organization (#6601) 2020-01-14 19:34:48 +01:00
GraphTabContent.tsx React UI: Support local timezone on /graph (#6692) 2020-01-24 23:44:18 +01:00
Legend.tsx changes from PR requests (#6880) 2020-03-16 08:22:08 +01:00
Panel.test.tsx React UI: Don't null out data when clicking on current tab (#7243) 2020-05-15 14:03:15 +02:00
Panel.tsx React UI: Don't null out data when clicking on current tab (#7243) 2020-05-15 14:03:15 +02:00
PanelList.test.tsx Fix react tests (#7077) 2020-04-01 16:37:52 +02:00
PanelList.tsx [comments] change word ‘dependencie’ to ‘dependencies’ (#6904) 2020-03-01 09:34:27 +01:00
QueryStatsView.css ReactUI: folder re-organization (#6601) 2020-01-14 19:34:48 +01:00
QueryStatsView.test.tsx ReactUI: folder re-organization (#6601) 2020-01-14 19:34:48 +01:00
QueryStatsView.tsx ReactUI: folder re-organization (#6601) 2020-01-14 19:34:48 +01:00
SeriesName.test.tsx ReactUI: folder re-organization (#6601) 2020-01-14 19:34:48 +01:00
SeriesName.tsx React-UI: flex-wrap the content (#6796) 2020-02-11 15:25:39 +01:00
TimeInput.test.tsx Update React vendoring (#6855) 2020-02-25 20:12:40 +01:00
TimeInput.tsx React UI: Support local timezone on /graph (#6692) 2020-01-24 23:44:18 +01:00