mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-31 18:32:47 +00:00
ext6migrate: fix lxc resource view
after making the resource view lazy the activate event does not trigger everytime (where we reload) so we make it the afterrender event Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
ca6372bda7
commit
26c5aba03e
@ -268,7 +268,7 @@ Ext.define('PVE.lxc.RessourceView', {
|
||||
],
|
||||
rows: rows,
|
||||
listeners: {
|
||||
activate: reload,
|
||||
afterrender: reload,
|
||||
itemdblclick: run_editor,
|
||||
selectionchange: set_button_status
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user