From 500d19a914eb13c310a1d2c7d28a1befce468419 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 13 Nov 2012 09:51:59 -0600 Subject: Move PGP key visualizations to master keys page Signed-off-by: Dan McGee --- templates/visualize/index.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/visualize/index.html') diff --git a/templates/visualize/index.html b/templates/visualize/index.html index 95cf6c1c..242a7f0b 100644 --- a/templates/visualize/index.html +++ b/templates/visualize/index.html @@ -24,11 +24,7 @@
-
-

Visualization of PGP Master and Signing Keys

-
-
{% load cdn %}{% jquery %} @@ -40,7 +36,6 @@ $(document).ready(function() { "arch": { url: "{% url 'visualize-byarch' %}", color_attr: "arch" }, }; packages_treemap("#visualize-archrepo", orderings, "repo"); - developer_keys("#visualize-keys", "{% url 'visualize-pgp_keys' %}"); }); {% endblock %} -- cgit v1.2.3-2-g168b From 2b9519996a47fd1d978ccac36246f0245ad668fb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 27 Dec 2012 16:43:01 -0600 Subject: Update D3 to 3.0.0 Signed-off-by: Dan McGee --- templates/visualize/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/visualize/index.html') diff --git a/templates/visualize/index.html b/templates/visualize/index.html index 242a7f0b..60320125 100644 --- a/templates/visualize/index.html +++ b/templates/visualize/index.html @@ -26,7 +26,7 @@ {% load cdn %}{% jquery %} - + +