mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 21:42:14 +00:00
ui: window/BulkAction: remove double '/' in api URL
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
85e6b368d1
commit
6e5711db64
@ -20,7 +20,7 @@ Ext.define('PVE.window.BulkAction', {
|
||||
var me = this;
|
||||
Proxmox.Utils.API2Request({
|
||||
params: params,
|
||||
url: '/nodes/' + me.nodename + '/' + "/" + me.action,
|
||||
url: '/nodes/' + me.nodename + '/' + me.action,
|
||||
waitMsgTarget: me,
|
||||
method: 'POST',
|
||||
failure: function(response, opts) {
|
||||
|
Loading…
Reference in New Issue
Block a user