mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
ui: ceph code cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ece49b3c90
commit
f8b7b9e143
@ -463,13 +463,13 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
|||||||
var nodename = me.nodename;
|
var nodename = me.nodename;
|
||||||
delete kv.nodename;
|
delete kv.nodename;
|
||||||
Proxmox.Utils.API2Request({
|
Proxmox.Utils.API2Request({
|
||||||
url: '/nodes/' + nodename + '/ceph/init',
|
url: `/nodes/${nodename}/ceph/init`,
|
||||||
waitMsgTarget: wizard,
|
waitMsgTarget: wizard,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
params: kv,
|
params: kv,
|
||||||
success: function() {
|
success: function() {
|
||||||
Proxmox.Utils.API2Request({
|
Proxmox.Utils.API2Request({
|
||||||
url: '/nodes/' + monNode + '/ceph/mon/' + monNode,
|
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