node link styles added
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2d67d2ca Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2d67d2ca Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2d67d2ca Branch: refs/heads/master Commit: 2d67d2cae002c96716f533bc578fcbb57e71234d Parents: d901dad Author: Dakshika Jayathilaka <[email protected]> Authored: Thu Jan 29 01:07:25 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Thu Jan 29 01:07:25 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/js/custom/applications_topology.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2d67d2ca/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_topology.js ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_topology.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_topology.js index 1751b42..c104131 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_topology.js +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_topology.js @@ -344,6 +344,9 @@ function update(source) { // Enter the links. link.enter().insert("path", "g") + .style('fill','none') + .style('stroke-width','2') + .style('stroke','#ccc') .attr("class", "link") .attr("d", diagonal);
