mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-09 05:00:01 +00:00
ui: fix reloading subscription info after key upload
ExtJS has a `listeners` but no `listener` config, so add the missing `s` to ensure the upload window destroy event callback is triggered. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3b7b52dcf8
commit
214e187d4f
@ -144,7 +144,7 @@ Ext.define('PBS.Subscription', {
|
|||||||
Ext.create('PBS.SubscriptionKeyEdit', {
|
Ext.create('PBS.SubscriptionKeyEdit', {
|
||||||
url: '/api2/extjs/' + baseurl,
|
url: '/api2/extjs/' + baseurl,
|
||||||
autoShow: true,
|
autoShow: true,
|
||||||
listener: {
|
listeners: {
|
||||||
destroy: () => reload(),
|
destroy: () => reload(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user