You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2017/04/10 18:50:46 UTC

[1/2] incubator-trafficcontrol git commit: This closes #446

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 140bf4d49 -> 032ba3368


This closes #446


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

Branch: refs/heads/master
Commit: 032ba33686f2374fbe7f88efe9468c3b03a533d6
Parents: d81a6ab
Author: Dewayne Richardson <de...@apache.org>
Authored: Mon Apr 10 12:50:39 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Mon Apr 10 12:50:39 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/2] incubator-trafficcontrol git commit: fixes serverutils typo

Posted by de...@apache.org.
fixes serverutils typo


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

Branch: refs/heads/master
Commit: d81a6ab1d58f12d0d15dfdcab65c45a680c66dae
Parents: 140bf4d
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Mon Apr 10 12:37:31 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Mon Apr 10 12:50:39 2017 -0600

----------------------------------------------------------------------
 traffic_ops/experimental/ui/app/src/common/service/utils/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d81a6ab1/traffic_ops/experimental/ui/app/src/common/service/utils/index.js
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/service/utils/index.js b/traffic_ops/experimental/ui/app/src/common/service/utils/index.js
index 82f5bb7..0eaa2d1 100644
--- a/traffic_ops/experimental/ui/app/src/common/service/utils/index.js
+++ b/traffic_ops/experimental/ui/app/src/common/service/utils/index.js
@@ -20,5 +20,5 @@
 module.exports = angular.module('trafficOps.utils', [])
     .service('formUtils', require('./FormUtils'))
     .service('locationUtils', require('./LocationUtils'))
-    .service('serverUtils', require('./serverUtils'))
+    .service('serverUtils', require('./ServerUtils'))
     .service('stringUtils', require('./StringUtils'));