]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
object grid: call rendere with our scope
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Apr 2022 14:36:50 +0000 (16:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Apr 2022 14:36:53 +0000 (16:36 +0200)
commit38e653f14bc320ae09a8e4b9560fa99e6a958656
treef9ad1854a0c817b9f0c7aefce93e7ddf5f1905cd
parent563cf87d593e626911fc4831783675a8c0759a2a
object grid: call rendere with our scope

having window as this scope has zero benefits and while one could
already try to get the local scope via some Ext.ComponentQuery query
its just nicer to have it easily available.

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