mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5222: UI > Infrastructure > Sockets > count only hosts whose type is routing.
This commit is contained in:
parent
1edaa36cc6
commit
86736d6d4a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue