gui: cephinstaller: fix create mon url

Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
Tim Marx 2019-06-11 14:47:54 +02:00 committed by Thomas Lamprecht
parent f8eade23dd
commit ca62eebd58

View File

@ -283,7 +283,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
params: kv,
success: function() {
Proxmox.Utils.API2Request({
url: '/nodes/' + monNode + '/ceph/mon',
url: '/nodes/' + monNode + '/ceph/mon/' + monNode,
waitMsgTarget: wizard,
method: 'POST',
success: function() {