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 180a855 commit 950afbf
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 @@ -144,7 +144,7 @@ export const ServiceDiscoveryContent: FC<ServiceDiscoveryMap> = ({ scrape, alert
return <LabelsTable value={v} name={k} key={k} />;
})}

<h2>AlertManager Service Discovery</h2>
<h2>Alertmanager Service Discovery</h2>
<ul>
{mapObjEntries(alertManagerTargets, ([k, v]) => (
<li key={k}>
Expand Down

0 comments on commit 950afbf

Please sign in to comment.