Skip to content

Commit ffe7cf3

Browse files
committed
Drop Top 10 PIs chart but keep KPI tile
1 parent 1767ec5 commit ffe7cf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/slurmcostmanager.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ function Summary({ summary, details, daily, monthly }) {
515515
})
516516
})
517517
),
518-
React.createElement('h3', null, 'Top 10 PIs by consumption'),
519-
React.createElement(PiConsumptionChart, { details }),
520518
React.createElement('h3', null, 'CPU/GPU-hrs per Slurm account'),
521519
React.createElement(AccountsChart, { details }),
522520
React.createElement('h3', null, 'Historical CPU/GPU-hrs (monthly)'),

0 commit comments

Comments
 (0)