]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
gui: ceph: dashboard
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 4 Jun 2019 12:47:59 +0000 (14:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Jun 2019 10:41:11 +0000 (12:41 +0200)
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>
www/manager6/ceph/Status.js

index 8d879dd79b6e322213d6c48e73af1a47ab6e77ee..9364de14d9a83dbea4f33b331ebe7a9c6a07331d 100644 (file)
@@ -321,7 +321,7 @@ Ext.define('PVE.node.CephStatus', {
            interval: 15*1000,
            proxy: {
                type: 'proxmox',
-               url: baseurl + 'metadata'
+               url: '/api2/json/cluster/ceph/metadata'
            }
        });