You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/11/20 23:50:40 UTC

git commit: updated refs/heads/master to 86736d6

Updated Branches:
  refs/heads/master 1edaa36cc -> 86736d6d4


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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/86736d6d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/86736d6d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/86736d6d

Branch: refs/heads/master
Commit: 86736d6d4a5d9405eebc928998601f847e6cdbd9
Parents: 1edaa36
Author: Jessica Wang <je...@apache.org>
Authored: Wed Nov 20 14:47:23 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Wed Nov 20 14:50:31 2013 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/86736d6d/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 16ae29e..ba875a0 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -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