mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-04 02:29:59 +00:00
fix lxc console selection ComboBox for extjs6
reasoning identic to commit8f8e8a2e06
adapt KVComboBoxes to pass store items using 'comboItems' parameter commitf2782813cd
ext6migrate fix model behaviour for KVComboBox
This commit is contained in:
parent
67f010216a
commit
c9d05dc8bb
@ -107,9 +107,9 @@ Ext.define('PVE.lxc.Options', {
|
||||
xtype: 'pveKVComboBox',
|
||||
name: 'cmode',
|
||||
deleteEmpty: true,
|
||||
value: '',
|
||||
data: [
|
||||
['', PVE.Utils.defaultText + " (tty)"],
|
||||
value: '__default__',
|
||||
comboItems: [
|
||||
['__default__', PVE.Utils.defaultText + " (tty)"],
|
||||
['tty', "/dev/tty[X]"],
|
||||
['console', "/dev/console"],
|
||||
['shell', "shell"]
|
||||
|
Loading…
Reference in New Issue
Block a user