You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/11/14 20:34:37 UTC

[1/2] incubator-trafficcontrol git commit: lock the sslkeys screen to prevent scrolling issue. This fixes: TC-42

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 579555d75 -> 8586608b0


lock the sslkeys screen to prevent scrolling issue. This fixes: TC-42


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

Branch: refs/heads/master
Commit: 7837e8c131a75ff26120d6ecc449c8c304fe9329
Parents: 579555d
Author: Dave Neuman <ne...@apache.org>
Authored: Mon Nov 14 11:40:11 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Mon Nov 14 13:33:48 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/7837e8c1/traffic_ops/app/templates/delivery_service/edit.html.ep
----------------------------------------------------------------------
diff --git a/traffic_ops/app/templates/delivery_service/edit.html.ep b/traffic_ops/app/templates/delivery_service/edit.html.ep
index 2980ce4..807fc8a 100644
--- a/traffic_ops/app/templates/delivery_service/edit.html.ep
+++ b/traffic_ops/app/templates/delivery_service/edit.html.ep
@@ -146,7 +146,7 @@
 	}
 
 	function addSslKeys() {
-		$.fancybox({ type: 'iframe', href: "/ds/<%= $ds->id %>/sslkeys/add", padding: 0, autosize: true, fitToView: true, width: 750, minHeight: 800, modal:true, helpers: {overlay:{locked:false}}});
+		$.fancybox({ type: 'iframe', href: "/ds/<%= $ds->id %>/sslkeys/add", padding: 0, autosize: true, fitToView: true, width: 750, minHeight: 800, modal:true, helpers: {overlay:{locked:true}}});
 	}
 
 	var re_row_num = Object;


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

Posted by mi...@apache.org.
This closes #78


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

Branch: refs/heads/master
Commit: 8586608b082eafd1116f26faa951b625334f8330
Parents: 7837e8c
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Mon Nov 14 13:34:22 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Mon Nov 14 13:34:22 2016 -0700

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

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