mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-22 18:33:21 -04:00
* Move /targets page discovered labels to expandable section The current tooltip for showing the pre-relabeling discovered labels for a target is notoriously unreliable and can get cut off when there are many labels. This PR introduces a (hopefully unobtuse enough) expander/collapser button for the discovered labels of each target, and then the discovered labels are shown in a more persistent way underneath the final target labels, instead of using a tooltip. Fixes https://github.com/prometheus/prometheus/issues/9175#issuecomment-1713074341 Signed-off-by: Julius Volz <julius.volz@gmail.com> * Remove obsolete test snapshot Signed-off-by: Julius Volz <julius.volz@gmail.com> --------- Signed-off-by: Julius Volz <julius.volz@gmail.com> |
||
|---|---|---|
| .. | ||
| components | ||
| constants | ||
| contexts | ||
| fonts | ||
| hooks | ||
| images | ||
| pages | ||
| themes | ||
| types | ||
| utils | ||
| vendor/flot | ||
| App.test.tsx | ||
| App.tsx | ||
| globals.ts | ||
| index.tsx | ||
| Navbar.test.tsx | ||
| Navbar.tsx | ||
| react-app-env.d.ts | ||
| setupProxy.js | ||
| setupTests.ts | ||
| Theme.tsx | ||