From: Thomas Lamprecht Date: Wed, 17 Apr 2024 09:52:26 +0000 (+0200) Subject: ui: lxc: dev passthrough: drop bogus type config from textfield X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=891877c221dd11e605ca3a54102132db1d4f9c0c;p=pve-manager.git ui: lxc: dev passthrough: drop bogus type config from textfield this does nothing here, would have to be a vtype to make sense Signed-off-by: Thomas Lamprecht --- diff --git a/www/manager6/lxc/DeviceEdit.js b/www/manager6/lxc/DeviceEdit.js index 2b329908..2c310ede 100644 --- a/www/manager6/lxc/DeviceEdit.js +++ b/www/manager6/lxc/DeviceEdit.js @@ -49,7 +49,6 @@ Ext.define('PVE.lxc.DeviceInputPanel', { }, { xtype: 'textfield', - type: 'device', name: 'path', editable: true, allowBlank: false,