mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 12:14:38 +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;
|
var me = this;
|
||||||
Proxmox.Utils.API2Request({
|
Proxmox.Utils.API2Request({
|
||||||
params: params,
|
params: params,
|
||||||
url: '/nodes/' + me.nodename + '/' + "/" + me.action,
|
url: '/nodes/' + me.nodename + '/' + me.action,
|
||||||
waitMsgTarget: me,
|
waitMsgTarget: me,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
failure: function(response, opts) {
|
failure: function(response, opts) {
|
||||||
|
Loading…
Reference in New Issue
Block a user