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/20 22:55:57 UTC

[1/2] incubator-trafficcontrol git commit: Fix UI for postgres case-sensitivity

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 293e486d9 -> a00660a3a


Fix UI for postgres case-sensitivity


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

Branch: refs/heads/master
Commit: 00cbf3bd6a01d5ea23cc742855cb735b04952baf
Parents: 293e486
Author: Derek Gelinas <de...@cable.comcast.com>
Authored: Fri Jan 20 13:25:07 2017 -0500
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Jan 20 22:55:09 2017 +0000

----------------------------------------------------------------------
 traffic_ops/app/templates/navbar.html.ep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/00cbf3bd/traffic_ops/app/templates/navbar.html.ep
----------------------------------------------------------------------
diff --git a/traffic_ops/app/templates/navbar.html.ep b/traffic_ops/app/templates/navbar.html.ep
index 76b4ae2..502dc42 100644
--- a/traffic_ops/app/templates/navbar.html.ep
+++ b/traffic_ops/app/templates/navbar.html.ep
@@ -36,7 +36,7 @@
         </li>
 	  	<li><a id="nav-p">Parameters</a>
 	  	<ul>
-  			<li><a href="/parameters/profile/global">Global Profile</a></li>
+  			<li><a href="/parameters/profile/GLOBAL">Global Profile</a></li>
   			<li><a href="/parameters/cachegroup/all">All Cache Groups</a></li>
   			<li><a href="/parameters/profile/all">All Profiles</a></li>
   			<li><a href="/profiles">Select Profile</a></li>


[2/2] incubator-trafficcontrol git commit: This closes #205.

Posted by da...@apache.org.
This closes #205.


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

Branch: refs/heads/master
Commit: a00660a3a2286d0d0c6dd8af14047537be08eaa6
Parents: 00cbf3b
Author: Dan Kirkwood <da...@gmail.com>
Authored: Fri Jan 20 22:55:27 2017 +0000
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Jan 20 22:55:27 2017 +0000

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

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