Merge pull request #43 from torchiaf/6882-empty-vgpu-lists

Fix empty SRIOV and vGPU pages
This commit is contained in:
Andy Lee 2024-11-27 08:02:07 +08:00 committed by GitHub
commit bc761e0747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import { HCI } from '../types';
export default {
name: 'ListSriovGpuDevices',
inheritAttrs: false,
components: {
Banner,
Loading,

View File

@ -10,6 +10,8 @@ import { ADD_ONS } from '../config/harvester-map';
export default {
name: 'ListVGpuDevices',
inheritAttrs: false,
components: {
Banner,
Loading,