Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
Signed-off-by: liguozhong <[email protected]>

Signed-off-by: fuling <[email protected]>
  • Loading branch information
liguozhong committed Oct 19, 2023
1 parent f4612fd commit f8bcb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/ui/react-app/src/pages/serviceDiscovery/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const processSummary = (
const { scrapePool: name } = target;
if (!targets[name]) {
targets[name] = {
total: droppedTargetCounts[name],
total: 0,
active: 0,
};
}
Expand All @@ -60,7 +60,7 @@ export const processSummary = (
const { job: name } = target.discoveredLabels;
if (!targets[name]) {
targets[name] = {
total: 0,
total: droppedTargetCounts[name],
active: 0,
};
}
Expand Down

0 comments on commit f8bcb0c

Please sign in to comment.