We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528e963 commit 669ecaeCopy full SHA for 669ecae
1 file changed
lib/vmpooler/public/lib/dashboard.js
@@ -29,10 +29,10 @@ Date.prototype.yyyymmdd = function() {
29
30
var data_url = {
31
'capacity': '/dashboard/stats/vmpooler/pool',
32
- 'pools' : '/api/v2/vm',
+ 'pools' : '/api/v3/vm',
33
'running' : '/dashboard/stats/vmpooler/running',
34
- 'status' : '/api/v2/status',
35
- 'summary' : '/api/v2/summary'
+ 'status' : '/api/v3/status',
+ 'summary' : '/api/v3/summary'
36
};
37
38
0 commit comments