ui: window/BulkAction: remove double '/' in api URL

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-09-11 09:42:41 +02:00
parent 85e6b368d1
commit 6e5711db64

View File

@ -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) {