mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 23:07: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.onReady(function() {
|
||||||
Ext.define('pmx-param-schema', {
|
Ext.define('pmx-param-schema', {
|
||||||
extend: 'Ext.data.Model',
|
extend: 'Ext.data.Model',
|
||||||
@ -23,7 +25,7 @@ Ext.onReady(function() {
|
|||||||
}),
|
}),
|
||||||
proxy: {
|
proxy: {
|
||||||
type: 'memory',
|
type: 'memory',
|
||||||
data: pmxapi,
|
data: apiSchema,
|
||||||
},
|
},
|
||||||
sorters: [{
|
sorters: [{
|
||||||
property: 'leaf',
|
property: 'leaf',
|
||||||
|
Loading…
Reference in New Issue
Block a user