Skip to content

Commit

Permalink
Update web/ui/react-app/src/pages/serviceDiscovery/Services.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Pivotto <[email protected]>
Signed-off-by: 李国忠 <[email protected]>
  • Loading branch information
liguozhong and roidelapluie authored Oct 17, 2023
1 parent 950afbf commit 726df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/react-app/src/pages/serviceDiscovery/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const ServiceDiscoveryContent: FC<ServiceDiscoveryMap> = ({ scrape, alert

<h2>Alertmanager Service Discovery</h2>
<ul>
{mapObjEntries(alertManagerTargets, ([k, v]) => (
{mapObjEntries(alertmanagerTargets, ([k, v]) => (
<li key={k}>
<a href={'#' + k}>
{k} ({v.active} / {v.total} active targets)
Expand Down

0 comments on commit 726df0e

Please sign in to comment.