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/01/05 21:59:48 UTC

[07/11] incubator-trafficcontrol git commit: adds cg params and profile params page

adds cg params and profile params page


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

Branch: refs/heads/master
Commit: 41c93bce2571fbd972c6d7539500f97a9e9c6c7f
Parents: d0e1fd3
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Wed Nov 30 16:16:40 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Thu Jan 5 14:57:46 2017 -0700

----------------------------------------------------------------------
 .../common/modules/form/cacheGroup/FormCacheGroupController.js   | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/41c93bce/traffic_ops/experimental/ui/app/src/common/modules/form/cacheGroup/FormCacheGroupController.js
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/form/cacheGroup/FormCacheGroupController.js b/traffic_ops/experimental/ui/app/src/common/modules/form/cacheGroup/FormCacheGroupController.js
index a26277d..ef13fe0 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/form/cacheGroup/FormCacheGroupController.js
+++ b/traffic_ops/experimental/ui/app/src/common/modules/form/cacheGroup/FormCacheGroupController.js
@@ -51,6 +51,10 @@ var FormCacheGroupController = function(cacheGroup, $scope, $location, formUtils
         $location.path($location.path() + '/servers');
     };
 
+    $scope.viewParams = function() {
+        $location.path($location.path() + '/parameters');
+    };
+
     $scope.navigateToPath = locationUtils.navigateToPath;
 
     $scope.hasError = formUtils.hasError;