Skip to content

Commit

Permalink
frontend: ReplicasetList: Add missing cluster field in multi mode
Browse files Browse the repository at this point in the history
Signed-off-by: René Dudfield <[email protected]>
  • Loading branch information
illume committed Nov 4, 2024
1 parent 517e8f4 commit 3fffdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/replicaset/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function ReplicaSetList() {
columns={[
'name',
'namespace',
'cluster',
{
id: 'generation',
label: t('Generation'),
Expand Down

0 comments on commit 3fffdee

Please sign in to comment.