mirror of
				https://git.proxmox.com/git/pve-manager
				synced 2025-11-04 01:01:33 +00:00 
			
		
		
		
	ui: fix indentation, again ...
exact same thing commit 67cb91e4d7
already did for the old location of this, but indentation error was
introduced again when moving it (fix y'all editors..)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
			
			
This commit is contained in:
		
							parent
							
								
									453f43043b
								
							
						
					
					
						commit
						dbbe181cad
					
				@ -212,13 +212,13 @@ Ext.define('PVE.window.Clone', {
 | 
			
		||||
	    allowBlank: false,
 | 
			
		||||
	    hidden: !me.isTemplate,
 | 
			
		||||
	    value: me.isTemplate ? 'clone' : 'copy',
 | 
			
		||||
		    comboItems: modelist,
 | 
			
		||||
		    listeners: {
 | 
			
		||||
			change: function(t, value) {
 | 
			
		||||
			    me.updateVisibility();
 | 
			
		||||
			    me.verifyFeature();
 | 
			
		||||
			}
 | 
			
		||||
		    }
 | 
			
		||||
	    comboItems: modelist,
 | 
			
		||||
	    listeners: {
 | 
			
		||||
		change: function(t, value) {
 | 
			
		||||
		    me.updateVisibility();
 | 
			
		||||
		    me.verifyFeature();
 | 
			
		||||
		}
 | 
			
		||||
	    }
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
	    xtype: 'PVE.form.SnapshotSelector',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user