mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-04 20:00:12 +00:00
gui: cephinstaller: fix create mon url
Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
parent
f8eade23dd
commit
ca62eebd58
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user