Skip to content

Commit

Permalink
ISPN-14922 Global metrics display
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanshug authored and karesti committed Jul 13, 2023
1 parent ee0982d commit fb52d6b
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 254 deletions.
6 changes: 4 additions & 2 deletions src/__tests__/views/GlobalStats.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ describe('Global stats page', () => {
return {
loading: false,
stats: statsNotEnabledResponse,
error: ''
error: '',
reload: () => {}
};
});

Expand All @@ -57,7 +58,8 @@ describe('Global stats page', () => {
return {
loading: false,
stats: statsEnabledResponse,
error: ''
error: '',
reload: () => {}
};
});

Expand Down
6 changes: 6 additions & 0 deletions src/app/GlobalStats/ClusterDistributionChart.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.cluster-chart {
height: 350px;
width: 100%;
max-width: 700px;
margin: auto
}
Loading

0 comments on commit fb52d6b

Please sign in to comment.