]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
gui: ceph services: adapt create to ID in API path
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Jun 2019 10:40:35 +0000 (12:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Jun 2019 10:41:11 +0000 (12:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/ServiceList.js

index 16b41fccaa83e8cd528e9c7aeb805e4b32a32185..d3eb857e98806c874a1e748e553af2c2bf804fb2 100644 (file)
@@ -8,7 +8,7 @@ Ext.define('PVE.CephCreateService', {
         var me = this;
 
        me.nodename = nodename;
-        me.url = "/nodes/" + nodename + "/ceph/" + me.type;
+        me.url = "/nodes/" + nodename + "/ceph/" + me.type + "/" + nodename;
     },
 
     method: 'POST',