Commit a4216153 authored by gaozhentao's avatar gaozhentao

修改拓扑图参数

parent eccd0be6
......@@ -412,6 +412,7 @@ public class Manager {
nodeDto.setKey(node.getCluster_name());
nodeDto.setUrl(node.getServerPath());
nodeDto.setServerName(node.getCluster_name());
nodeDto.setText(node.getCluster_name());
nodeDto.setCategory(node.getMark());
nodeDto.setPos(node.getCoordinate());
nodeDtos.add(nodeDto);
......
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