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 2014/01/09 00:23:32 UTC

git commit: updated refs/heads/master to 7003f0b

Updated Branches:
  refs/heads/master da260d17f -> 7003f0b0d


CLOUDSTACK-5733: UI > Virtual Routers > group by zone/pod/cluster > remove redundant code.


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

Branch: refs/heads/master
Commit: 7003f0b0df961d19f10c8c957cb17671b7e472fa
Parents: da260d1
Author: Jessica Wang <je...@apache.org>
Authored: Wed Jan 8 15:03:32 2014 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Wed Jan 8 15:23:20 2014 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7003f0b0/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 15b61b9..4b4acb6 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -19015,16 +19015,6 @@
                                     		routerCountFromAllPages += json.listroutersresponse.count;    
                                     		groupbyObj.routerCount = routerCountFromAllPages;
                                     		
-                                        	routerCountFromFirstPageToCurrentPage += json.listroutersresponse.router.length;      	        	                                                		
-                                    	} else {
-                                    		groupbyObj.routerCount = routerCountFromAllPages;
-                                    	}
-                            			
-                            			
-                            			if (json.listroutersresponse.count != undefined) {                            		                                            		    	                                            		
-                                    		routerCountFromAllPages += json.listroutersresponse.count;    
-                                    		groupbyObj.routerCount = routerCountFromAllPages;
-                                    		
                                         	routerCountFromFirstPageToCurrentPage += json.listroutersresponse.router.length;                                                        			                                                    			
 	                            			
 	                            			var items = json.listroutersresponse.router;