prometheus/web/ui/react-app/src/pages/targets/TargetLabels.module.css
Dustin Hooten ca60bf298c React UI: Implement /targets page (#6276)
* Add LastScrapeDuration to targets endpoint

Signed-off-by: Dustin Hooten <[email protected]>

* Add Scrape job name to targets endpoint

Signed-off-by: Dustin Hooten <[email protected]>

* Implement the /targets page in react

Signed-off-by: Dustin Hooten <[email protected]>

* Add state query param to targets endpoint

Signed-off-by: Dustin Hooten <[email protected]>

* Use state filter in api call

Signed-off-by: Dustin Hooten <[email protected]>

* api feedback

Signed-off-by: Dustin Hooten <[email protected]>

* pr feedback frontend

Signed-off-by: Dustin Hooten <[email protected]>

* Implement and use localstorage hook

Signed-off-by: Dustin Hooten <[email protected]>

* PR feedback

Signed-off-by: Dustin Hooten <[email protected]>
2019-11-11 22:42:24 +01:00

4 lines
39 B
CSS

.discovered {
white-space: nowrap;
}