You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/09 17:41:59 UTC

[2/4] incubator-trafficcontrol git commit: fixes bug with cachegroup sorting

fixes bug with cachegroup sorting


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/b21b6f68
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/b21b6f68
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/b21b6f68

Branch: refs/heads/master
Commit: b21b6f6804b556337c6471f31e49d912070ad353
Parents: 2d8142d
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue May 9 10:08:25 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 9 11:41:31 2017 -0600

----------------------------------------------------------------------
 .../modules/widget/cacheGroups/WidgetCacheGroupsController.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/b21b6f68/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/WidgetCacheGroupsController.js
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/WidgetCacheGroupsController.js b/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/WidgetCacheGroupsController.js
index c5c0f54..e26f71a 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/WidgetCacheGroupsController.js
+++ b/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/WidgetCacheGroupsController.js
@@ -20,7 +20,7 @@
 var WidgetCacheGroupsController = function(cacheGroupHealth, $scope) {
 
 	// pagination
-	$scope.currentLocationPage = 1;
+	$scope.currentCacheGroupsPage = 1;
 	$scope.cacheGroupsPerPage = 10;
 
 	$scope.onlinePercent = function(location) {