Skip to content

Commit

Permalink
ISPN-15158 Memory used and memory available labels are swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant authored and karesti committed Sep 11, 2023
1 parent 76958f3 commit f37cb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/GlobalStats/ClusterDistributionChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ const ClusterDistributionChart = () => {

const columnNames = {
nodeName: t('global-stats.cluster-distribution-node-name'),
memoryAvailable: t('global-stats.cluster-distribution-option-memory-used'),
memoryUsed: t('global-stats.cluster-distribution-option-memory-available')
memoryAvailable: t('global-stats.cluster-distribution-option-memory-available'),
memoryUsed: t('global-stats.cluster-distribution-option-memory-used')
};

const clusterTable = (
Expand Down

0 comments on commit f37cb89

Please sign in to comment.