mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 22:05:17 +00:00
SecurityGroups: do not send digest for DELETE call
We can only delete empty groups, so that is not necessary.
This commit is contained in:
parent
0757b9c212
commit
45a5e9c190
@ -150,8 +150,7 @@ Ext.define('PVE.SecurityGroupList', {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PVE.Utils.API2Request({
|
PVE.Utils.API2Request({
|
||||||
url: me.base_url + '/' + rec.data.group +
|
url: me.base_url + '/' + rec.data.group,
|
||||||
'?digest=' + encodeURIComponent(rec.data.digest),
|
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
waitMsgTarget: me,
|
waitMsgTarget: me,
|
||||||
failure: function(response, options) {
|
failure: function(response, options) {
|
||||||
|
Loading…
Reference in New Issue
Block a user