prometheus/web/ui/static/js
Julius Volz 3470ee1fbf
Make React UI the default, keep old UI under /classic (#8142)
The React app's assets are now served under /assets, while all old
custom web assets (including the ones for console templates) are now
served from /classic/static.

I tested different combinations of --web.external-url and
--web.route-prefix with proxies in front, and I couldn't find a problem
yet with the routing. Console templates also still work.

While migrating old endpoints to /classic, I noticed that /version was
being treated like a lot of the old UI pages, with readiness check
handler in front of it, etc. I kept it in /version and removed that
readiness wrapper, since it doesn't seem to be needed for that endpoint.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2020-11-03 14:51:48 +01:00
..
graph Make React UI the default, keep old UI under /classic (#8142) 2020-11-03 14:51:48 +01:00
alerts.js ui: clarify alert state toggle via checkbox icon (#7936) 2020-09-16 15:02:37 +02:00
config.js /config: Added `Copy to clipboard` button for /config (#4410) 2018-11-27 16:05:26 +08:00
prom_console.js Make React UI the default, keep old UI under /classic (#8142) 2020-11-03 14:51:48 +01:00
targets.js Fixes #6127 : Add Collapse All button (#6957) 2020-09-07 16:54:54 +02:00