diff --git a/frontend/packages/kubevirt-plugin/src/components/vms/vm.tsx b/frontend/packages/kubevirt-plugin/src/components/vms/vm.tsx index 9d1d83e70ad..fecaf6cefb6 100644 --- a/frontend/packages/kubevirt-plugin/src/components/vms/vm.tsx +++ b/frontend/packages/kubevirt-plugin/src/components/vms/vm.tsx @@ -182,6 +182,7 @@ const VirtualMachinesPageComponent: React.FC = (props) createProps={getCreateProps({ namespace, hasCreateVMWizardsSupport })} resources={resources} flatten={flatten} + label={VirtualMachineModel.labelPlural} /> ); }; diff --git a/frontend/public/components/factory/list-page.jsx b/frontend/public/components/factory/list-page.jsx index 105aa9e5f16..680de13ac44 100644 --- a/frontend/public/components/factory/list-page.jsx +++ b/frontend/public/components/factory/list-page.jsx @@ -425,7 +425,7 @@ export const ListPage = withFallback((props) => { ListPage.displayName = 'ListPage'; -/** @type {React.SFC<{canCreate?: boolean, createButtonText?: string, createProps?: any, flatten?: Function, title?: string, showTitle?: boolean, helpText?: any, filterLabel?: string, textFilter?: string, rowFilters?: any[], resources: any[], ListComponent: React.ComponentType, namespace?: string, customData?: any, badge?: React.ReactNode >} */ +/** @type {React.SFC<{canCreate?: boolean, createButtonText?: string, createProps?: any, flatten?: Function, title?: string, label?: string, showTitle?: boolean, helpText?: any, filterLabel?: string, textFilter?: string, rowFilters?: any[], resources: any[], ListComponent: React.ComponentType, namespace?: string, customData?: any, badge?: React.ReactNode >} */ export const MultiListPage = (props) => { const { autoFocus,