mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
Merge pull request #43 from torchiaf/6882-empty-vgpu-lists
Fix empty SRIOV and vGPU pages
This commit is contained in:
commit
bc761e0747
@ -12,6 +12,8 @@ import { HCI } from '../types';
|
|||||||
export default {
|
export default {
|
||||||
name: 'ListSriovGpuDevices',
|
name: 'ListSriovGpuDevices',
|
||||||
|
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
Banner,
|
Banner,
|
||||||
Loading,
|
Loading,
|
||||||
|
|||||||
@ -10,6 +10,8 @@ import { ADD_ONS } from '../config/harvester-map';
|
|||||||
export default {
|
export default {
|
||||||
name: 'ListVGpuDevices',
|
name: 'ListVGpuDevices',
|
||||||
|
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
Banner,
|
Banner,
|
||||||
Loading,
|
Loading,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user