]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: lxc: dev passthrough: drop bogus type config from textfield
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 09:52:26 +0000 (11:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 09:52:40 +0000 (11:52 +0200)
this does nothing here, would have to be a vtype to make sense

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

index 2b3299083d93d9d1405c95d4ff230ecea752ba48..2c310ede5bd7605703e8ab18c662002ffc3f7d32 100644 (file)
@@ -49,7 +49,6 @@ Ext.define('PVE.lxc.DeviceInputPanel', {
        },
        {
            xtype: 'textfield',
-           type: 'device',
            name: 'path',
            editable: true,
            allowBlank: false,