Branch: refs/heads/master
Home: https://github.com/jenkinsci/depgraph-view-plugin
Commit: 3490180253a87b023f1561980a1afe6545f4b3b3
https://github.com/jenkinsci/depgraph-view-plugin/commit/3490180253a87b023f1561980a1afe6545f4b3b3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M
src/main/java/hudson/plugins/depgraph_view/AbstractDependencyGraphAction.java
M src/main/java/hudson/plugins/depgraph_view/DotStringGenerator.java
M
src/main/resources/hudson/plugins/depgraph_view/AbstractDependencyGraphAction/index.jelly
Log Message:
-----------
Moved the legend off to a separate image.
Once people get used to it, legend will simply waste the space. It's
just way too big.
Having the legend in the same graph also adds an extra work if someone
wants to simply copy&paste the image into somewhere else.
So I'm splitting off the legend into a separate image.