Can configure network autostart
This commit is contained in:
virtweb_frontend/src
@ -46,10 +46,10 @@ interface VMInfoInterface {
|
||||
|
||||
export class VMInfo implements VMInfoInterface {
|
||||
name: string;
|
||||
uuid?: string | undefined;
|
||||
genid?: string | undefined;
|
||||
title?: string | undefined;
|
||||
description?: string | undefined;
|
||||
uuid?: string;
|
||||
genid?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
boot_type: "UEFI" | "UEFISecureBoot";
|
||||
architecture: "i686" | "x86_64";
|
||||
memory: number;
|
||||
|
Reference in New Issue
Block a user