mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Fixed Optical Issue in admin-graph-tab
This commit is contained in:
parent
e024f1b0fe
commit
bad5fec046
|
@ -34,16 +34,14 @@ window.graphView = Backbone.View.extend({
|
|||
};
|
||||
|
||||
if (label !== undefined && label !== "") {
|
||||
console.log(label);
|
||||
config = {
|
||||
nodeShaper: {
|
||||
label: label
|
||||
}
|
||||
}
|
||||
console.log(config);
|
||||
}
|
||||
|
||||
$("#creationDialog").remove();
|
||||
$("#background").remove();
|
||||
ui = new GraphViewerUI(document.getElementById("content"), aaconfig, 940, 680, config);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue