]> git.proxmox.com Git - pve-manager.git/commit
initialize Diffstore sorters and filters with empty arrays
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 17 Mar 2016 09:31:09 +0000 (10:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Mar 2016 09:44:39 +0000 (10:44 +0100)
commitc5b01150677b36a69e6d9991714539408daf41fc
tree00b80a8d7d7a6debbe571c80405b62938677597d
parent6f68dcbedde729422d173af1a1f01bfb6cc92374
initialize Diffstore sorters and filters with empty arrays

ExtJS expect this properties to be arrays of Filters/Sorters
objects, but sets them to null

setting an empty array here allows to push sorters/filters easily
later

This fix allows loading the Hardware Tab of the Qemu Panel
www/manager6/grid/ObjectGrid.js