mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-06 22:12:18 +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,
|
params: kv,
|
||||||
success: function() {
|
success: function() {
|
||||||
Proxmox.Utils.API2Request({
|
Proxmox.Utils.API2Request({
|
||||||
url: '/nodes/' + monNode + '/ceph/mon',
|
url: '/nodes/' + monNode + '/ceph/mon/' + monNode,
|
||||||
waitMsgTarget: wizard,
|
waitMsgTarget: wizard,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
success: function() {
|
success: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user