Skip to content

Commit

Permalink
improve-empty-msg-machine-and-machineset
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril-ui-developer authored and openshift-cherrypick-robot committed Feb 22, 2024
1 parent 803df88 commit 8b8e607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/components/machine-set.tsx
Expand Up @@ -404,6 +404,7 @@ export const MachineSetList: React.FC<MachineSetListProps> = (props) => {
<VirtualizedTable<MachineSetKind>
{...props}
aria-label={t('public~MachineSets')}
label={t('public~MachineSets')}
columns={machineSetTableColumn}
Row={MachineSetTableRow}
/>
Expand Down
1 change: 1 addition & 0 deletions frontend/public/components/machine.tsx
Expand Up @@ -259,6 +259,7 @@ export const MachineList: React.FC<MachineListProps> = (props) => {
<VirtualizedTable<MachineKind>
{...props}
aria-label={t('public~Machines')}
label={t('public~Machines')}
columns={columns}
Row={MachineTableRow}
/>
Expand Down

0 comments on commit 8b8e607

Please sign in to comment.