]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: network card selector: add Intel E1000E as choosable model
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Mar 2024 10:38:39 +0000 (11:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Mar 2024 10:39:24 +0000 (11:39 +0100)
it's popular in VMware ESXi and so should be available to choose
directly, avoiding a invalid model field in the import wizard.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/NetworkCardSelector.js

index 3209cbe9433e9f26b1edaf3aebd3e0e0a353764f..55563016c917d2c09eb45cffbec2bedf0d13dfdf 100644 (file)
@@ -3,6 +3,7 @@ Ext.define('PVE.form.NetworkCardSelector', {
     alias: 'widget.pveNetworkCardSelector',
     comboItems: [
        ['e1000', 'Intel E1000'],
+       ['e1000e', 'Intel E1000E'],
        ['virtio', 'VirtIO (' + gettext('paravirtualized') + ')'],
        ['rtl8139', 'Realtek RTL8139'],
        ['vmxnet3', 'VMware vmxnet3'],