]> git.proxmox.com Git - pmg-gui.git/commit
pbs: followup: actually set cbind for all elements
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Nov 2020 18:21:14 +0000 (19:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Nov 2020 18:21:16 +0000 (19:21 +0100)
commita090fe1d1def2d1e564d2e2648404e62fcaba8a0
tree24b27d6db721f2bc166697ceb5104557e0ed8fff
parent158751a3b1291645e881c500b26075bcdf75a09c
pbs: followup: actually set cbind for all elements

we cannot have xtype nor cbind in the defaults, as moving xtype there
breaks our cbind "when to stop descendant+apply" heuristic and cbind
cannot be moved there as it'd be only copied over by initComponent
and that happens later than the cbind apply step.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/PBSConfig.js