mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -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 = {
|
||||
'capacity': '/dashboard/stats/vmpooler/pool',
|
||||
'pools' : '/api/v2/vm',
|
||||
'pools' : '/api/v3/vm',
|
||||
'running' : '/dashboard/stats/vmpooler/running',
|
||||
'status' : '/api/v2/status',
|
||||
'summary' : '/api/v2/summary'
|
||||
'status' : '/api/v3/status',
|
||||
'summary' : '/api/v3/summary'
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue