mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-08 05:13:25 +00:00
gui: ceph: dashboard
this fixes the dashboard when one views it on a node alternatively, we can add a node specific metadata api call Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
2b142c4f99
commit
44dde2cb22
@ -321,7 +321,7 @@ Ext.define('PVE.node.CephStatus', {
|
|||||||
interval: 15*1000,
|
interval: 15*1000,
|
||||||
proxy: {
|
proxy: {
|
||||||
type: 'proxmox',
|
type: 'proxmox',
|
||||||
url: baseurl + 'metadata'
|
url: '/api2/json/cluster/ceph/metadata'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user