diff --git a/package.json b/package.json index b989262f..a494c540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gns3-web-ui", - "version": "2.2.38", + "version": "2.2.42.dev1", "author": { "name": "GNS3 Technology Inc.", "email": "developers@gns3.com" diff --git a/src/app/cartography/models/node.ts b/src/app/cartography/models/node.ts index b92c8fba..8bef9b6a 100644 --- a/src/app/cartography/models/node.ts +++ b/src/app/cartography/models/node.ts @@ -56,6 +56,7 @@ export class Properties { extra_volumes: string[]; replicate_network_connection_state: boolean; tpm: boolean; + uefi: boolean; } export class Node { diff --git a/src/app/components/preferences/common/custom-adapters-table/custom-adapters-table.component.html b/src/app/components/preferences/common/custom-adapters-table/custom-adapters-table.component.html index 7fecbe05..d1d000a6 100644 --- a/src/app/components/preferences/common/custom-adapters-table/custom-adapters-table.component.html +++ b/src/app/components/preferences/common/custom-adapters-table/custom-adapters-table.component.html @@ -13,8 +13,8 @@ Adapter type - - {{ type }} + + {{ type.name }} diff --git a/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html b/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html index 6d8cc52b..4f0397bf 100644 --- a/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html +++ b/src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html @@ -98,14 +98,14 @@ Enable layer 1 keepalive messages (non-functional)
- Use default IOU values for memories - + Use default IOU values for memories + MB - + - MB + KB diff --git a/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html b/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html index a53f2b4e..0be98dbd 100644 --- a/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html +++ b/src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html @@ -186,7 +186,7 @@ - {{ type[1] }} ({{ type[0] }}) + {{type.name}} ({{type.value}})