prometheus/web/ui/react-app/src
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
..
components Unify react fetcher components (#6629) 2020-02-03 15:14:25 +01:00
hooks Unify react fetcher components (#6629) 2020-02-03 15:14:25 +01:00
pages Fix detail swatch glitch (#7805) 2020-08-15 01:44:13 +02:00
types Adds support for rules screen in react-ui (#6503) 2020-01-27 10:27:43 +01:00
utils REACT UI: CollapsibleAlertPanel - value field more friendly human readable (scientific notation -> number) (#7426) 2020-06-23 20:10:56 +02:00
vendor/flot ReactUI: adopt grafana flot fix for stacked graphs (#6603) 2020-01-14 16:12:08 +01:00
App.css Web: Scroll hash-fragment links with navbar height (#7456) 2020-06-27 09:12:11 +02:00
App.test.tsx Unify react fetcher components (#6629) 2020-02-03 15:14:25 +01:00
App.tsx Add conditional rendering of Navlink for Consoles (#6761) 2020-02-08 11:00:47 +01:00
globals.ts Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
index.tsx React UI: Use null value for determining consoles link display (#6790) 2020-02-09 13:39:44 +01:00
Navbar.test.tsx React UI: Use null value for determining consoles link display (#6790) 2020-02-09 13:39:44 +01:00
Navbar.tsx React UI: Use null value for determining consoles link display (#6790) 2020-02-09 13:39:44 +01:00
react-app-env.d.ts Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
setupTests.ts Implement the /flags page in react (#6248) 2019-11-02 10:27:36 +01:00