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 f8bcb0c commit d7c492a
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 d7c492a

Please sign in to comment.