www/Dashboard.js: fix status url
This commit is contained in:
parent
ecb53af6d9
commit
e325dbd4a3
@ -123,7 +123,7 @@ Ext.define('PBS.Dashboard', {
|
||||
autoDestroy: true,
|
||||
proxy: {
|
||||
type: 'proxmox',
|
||||
url: '/api2/json/nodes/localhost/status/usage'
|
||||
url: '/api2/json/nodes/localhost/status'
|
||||
},
|
||||
listeners: {
|
||||
load: 'updateUsageStats'
|
||||
|
Loading…
Reference in New Issue
Block a user