mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Update web/ui/react-app/src/pages/serviceDiscovery/Services.tsx
Co-authored-by: Julius Volz <julius.volz@gmail.com> Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
b9bc8e7c33
commit
74f497ac18
|
@ -116,7 +116,7 @@ export const ServiceDiscoveryContent: FC<ServiceMap> = ({ activeTargets, dropped
|
|||
<>
|
||||
<h2>Service Discovery</h2>
|
||||
<Container>
|
||||
<SearchBar handleChange={handleSearchChange} placeholder="filter by labels" />
|
||||
<SearchBar handleChange={handleSearchChange} placeholder="Filter by labels" />
|
||||
</Container>
|
||||
<ul>
|
||||
{mapObjEntries(targetList, ([k, v]) => (
|
||||
|
|
Loading…
Reference in a new issue