Skip to content

Commit 669ecae

Browse files
committed
Point dashboard to v3 api
1 parent 528e963 commit 669ecae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/vmpooler/public/lib/dashboard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Date.prototype.yyyymmdd = function() {
2929

3030
var data_url = {
3131
'capacity': '/dashboard/stats/vmpooler/pool',
32-
'pools' : '/api/v2/vm',
32+
'pools' : '/api/v3/vm',
3333
'running' : '/dashboard/stats/vmpooler/running',
34-
'status' : '/api/v2/status',
35-
'summary' : '/api/v2/summary'
34+
'status' : '/api/v3/status',
35+
'summary' : '/api/v3/summary'
3636
};
3737

3838

0 commit comments

Comments
 (0)