mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-10 05:10:25 +00:00
PostfixQShape: fix onDeleteAll
This commit is contained in:
parent
81c250bdcd
commit
91814a7615
@ -56,8 +56,8 @@ Ext.define('PMG.Postfix.QShape', {
|
||||
var view = this.getView();
|
||||
|
||||
Proxmox.Utils.API2Request({
|
||||
url: '/api2/extjs/nodes/' + view.nodename + '/postfix/delete_deferred_queue',
|
||||
method: 'POST',
|
||||
url: '/api2/extjs/nodes/' + view.nodename + '/postfix/queue/deferred',
|
||||
method: 'DELETE',
|
||||
waitMsgTarget: view,
|
||||
success: function(response, opts) {
|
||||
view.store.load();
|
||||
|
Loading…
Reference in New Issue
Block a user