mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 07:20:26 +00:00
ui: ceph config: use new ceph/cfg/ API endpoints
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com> Reviewed-by: Dominik Csapak <d.csapak@proxmox.com> Tested-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
26cf20bc0f
commit
5eb3025653
@ -53,7 +53,7 @@ Ext.define('PVE.node.CephConfigDb', {
|
||||
throw "no node name specified";
|
||||
}
|
||||
|
||||
me.store.proxy.url = '/api2/json/nodes/' + nodename + '/ceph/configdb';
|
||||
me.store.proxy.url = '/api2/json/nodes/' + nodename + '/ceph/cfg/db';
|
||||
|
||||
me.callParent();
|
||||
|
||||
@ -102,7 +102,7 @@ Ext.define('PVE.node.CephConfig', {
|
||||
}
|
||||
|
||||
Ext.apply(me, {
|
||||
url: '/nodes/' + nodename + '/ceph/config',
|
||||
url: '/nodes/' + nodename + '/ceph/cfg/raw',
|
||||
listeners: {
|
||||
activate: function() {
|
||||
me.load();
|
||||
|
Loading…
Reference in New Issue
Block a user