mirror of
				https://git.proxmox.com/git/proxmox-widget-toolkit
				synced 2025-10-31 10:32:47 +00:00 
			
		
		
		
	api viewer: rename gloabl schema variable and tell eslint about it
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		
							parent
							
								
									52428d6055
								
							
						
					
					
						commit
						8556628c93
					
				| @ -1,3 +1,5 @@ | ||||
| /*global apiSchema*/ | ||||
| 
 | ||||
| Ext.onReady(function() { | ||||
|     Ext.define('pmx-param-schema', { | ||||
|         extend: 'Ext.data.Model', | ||||
| @ -23,7 +25,7 @@ Ext.onReady(function() { | ||||
| 	}), | ||||
| 	proxy: { | ||||
| 	    type: 'memory', | ||||
| 	    data: pmxapi, | ||||
| 	    data: apiSchema, | ||||
| 	}, | ||||
| 	sorters: [{ | ||||
| 	    property: 'leaf', | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Thomas Lamprecht
						Thomas Lamprecht