Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
Signed-off-by: liguozhong <[email protected]>
  • Loading branch information
liguozhong committed Oct 19, 2023
1 parent 9940401 commit bf9d10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/ui/react-app/src/pages/serviceDiscovery/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const processSummary = (
total: droppedTargetCounts[name],
active: 0,
};
} else {
targets[name].total += droppedTargetCounts[name];
}
}

Expand Down

0 comments on commit bf9d10e

Please sign in to comment.