]> git.proxmox.com Git - pve-manager.git/commit
Use component references via lookupReference()
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 12 Jan 2017 11:17:29 +0000 (12:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 12 Jan 2017 11:26:07 +0000 (12:26 +0100)
commit406ac585db7fc285a63f8638a14fecdb92e28282
tree039e65b98ade581ae35aa75eaa1bbe59433c1de9
parent7edaceb4847d209ead41a0bb0d2f4175f61e28cf
Use component references via lookupReference()

This allows to add the components in each column in the order they
appear in the Clone Window.
References from child components are kept in an object in the parent
component so it should be the same performance-wise (contrary to to Ext.ComponentQuery
which is doing DOM parsing)
www/manager6/qemu/Clone.js