Repository: incubator-drill
Updated Branches:
  refs/heads/master 1e21045bf -> fd54e71e8


DRILL-1676: Use previous version of dagre so that visualizer works


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

Branch: refs/heads/master
Commit: ba3d40750be462eb930d561f1bc9034369018882
Parents: 9c280b5
Author: Steven Phillips <sphill...@maprtech.com>
Authored: Wed Oct 29 01:54:14 2014 -0700
Committer: Jacques Nadeau <jacq...@apache.org>
Committed: Wed Nov 12 09:41:46 2014 -0800

----------------------------------------------------------------------
 exec/java-exec/src/main/resources/rest/profile/profile.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/ba3d4075/exec/java-exec/src/main/resources/rest/profile/profile.ftl
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/resources/rest/profile/profile.ftl 
b/exec/java-exec/src/main/resources/rest/profile/profile.ftl
index 8ca21fa..5d3e73f 100644
--- a/exec/java-exec/src/main/resources/rest/profile/profile.ftl
+++ b/exec/java-exec/src/main/resources/rest/profile/profile.ftl
@@ -12,7 +12,7 @@
 <#include "*/generic.ftl">
 <#macro page_head>
 <script src="http://d3js.org/d3.v3.js";></script>
-<script 
src="http://cpettitt.github.io/project/dagre-d3/latest/dagre-d3.js";></script>
+<script 
src="http://cpettitt.github.io/project/dagre-d3/v0.2.6/dagre-d3.js";></script>
 <script src="/www/graph.js"></script>
 <script>
     var globalconfig = {

Reply via email to