...
|
...
|
@@ -193,7 +193,7 @@ |
|
|
title.appendChild(Util.createDOM('<h5>'+model.label+'<small style="margin-left:5px;font-size:8px;color:red;">down</small></h5>'));
|
|
|
}
|
|
|
|
|
|
var content = Util.createDOM('<div class="widget-content" style="height: 70px;">'+model.ip+'</div>');
|
|
|
var content = Util.createDOM('<div class="widget-content" style="height: 70px;">'+model.hostname+':'+model.port+'</div>');
|
|
|
container.appendChild(title);
|
|
|
container.appendChild(content);
|
|
|
return container;
|
...
|
...
|
@@ -240,7 +240,7 @@ |
|
|
if(obj.disabledFlag){
|
|
|
return '#aaa';
|
|
|
}
|
|
|
})*/.label('serverId').shape('customNode');
|
|
|
})*/.label('serverName').shape('customNode');
|
|
|
tree.edge().style({
|
|
|
//stroke: 'black',
|
|
|
lineWidth: 2,
|
...
|
...
|
|