CLOUDSTACK-5222: UI > Infrastructure > Sockets > count only hosts whose type is routing.

This commit is contained in:
Jessica Wang 2013-11-20 14:47:23 -08:00
parent 1edaa36cc6
commit 86736d6d4a
1 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,7 @@
url: createURL('listHosts'),
async: false,
data: {
type: 'routing',
hypervisortype: hypervisor.name,
page: currentPage,
pagesize: pageSize //global variable
@ -7831,6 +7832,7 @@
url: createURL('listHosts'),
async: false,
data: {
type: 'routing',
hypervisortype: hypervisor.name,
page: currentPage,
pagesize: pageSize //global variable