mirror of
				https://git.proxmox.com/git/pve-manager
				synced 2025-11-04 00:08:46 +00:00 
			
		
		
		
	fix lxc console selection ComboBox for extjs6
reasoning identic to commit8f8e8a2e06adapt KVComboBoxes to pass store items using 'comboItems' parameter commitf2782813cdext6migrate 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