Merge pull request #44 from torchiaf/6883-empty-usb-list

Fix empty USB page
This commit is contained in:
Andy Lee 2024-11-27 08:57:37 +08:00 committed by GitHub
commit b8a132c998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,8 @@ import DeviceList from '../edit/kubevirt.io.virtualmachine/VirtualMachineUSBDevi
export default {
name: 'ListUsbDevicePage',
inheritAttrs: false,
components: {
Banner,
DeviceList,