mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Point dashboard to v3 api
This commit is contained in:
parent
528e9635d1
commit
669ecaef48
1 changed files with 3 additions and 3 deletions
|
|
@ -29,10 +29,10 @@ Date.prototype.yyyymmdd = function() {
|
||||||
|
|
||||||
var data_url = {
|
var data_url = {
|
||||||
'capacity': '/dashboard/stats/vmpooler/pool',
|
'capacity': '/dashboard/stats/vmpooler/pool',
|
||||||
'pools' : '/api/v2/vm',
|
'pools' : '/api/v3/vm',
|
||||||
'running' : '/dashboard/stats/vmpooler/running',
|
'running' : '/dashboard/stats/vmpooler/running',
|
||||||
'status' : '/api/v2/status',
|
'status' : '/api/v3/status',
|
||||||
'summary' : '/api/v2/summary'
|
'summary' : '/api/v3/summary'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue