Commit 3ae3f538 by Nepxion

增加图形化灰度发布功能

parent aca64364
......@@ -71,11 +71,11 @@ public class ServiceTopology extends AbstractTopology {
private int nodeStartX = 0;
private int nodeStartY = 0;
private int nodeHorizontalGap = 110;
private int nodeVerticalGap = 80;
private int nodeHorizontalGap = 120;
private int nodeVerticalGap = 100;
private TopologyEntity serviceGroupEntity = new TopologyEntity(TopologyEntityType.SERVICE, true, true);
private TopologyEntity serviceNodeEntity = new TopologyEntity(TopologyEntityType.SERVICE, false, false);
private TopologyEntity serviceNodeEntity = new TopologyEntity(TopologyEntityType.SERVICE, true, false);
private Map<String, Point> groupLocationMap = new HashMap<String, Point>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment