mirror of https://gitee.com/bigwinds/arangodb
graph management: links changed
This commit is contained in:
parent
acc2077e25
commit
44c11d3846
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
addNewGraph: function(e) {
|
addNewGraph: function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.createNewGraphModal();
|
this.createNewGraphModal2();
|
||||||
},
|
},
|
||||||
|
|
||||||
deleteGraph: function(e) {
|
deleteGraph: function(e) {
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
this.collection.fetch();
|
this.collection.fetch();
|
||||||
this.graphToEdit = this.evaluateGraphName($(e.currentTarget).attr("id"), '_settings');
|
this.graphToEdit = this.evaluateGraphName($(e.currentTarget).attr("id"), '_settings');
|
||||||
var graph = this.collection.findWhere({_key: this.graphToEdit});
|
var graph = this.collection.findWhere({_key: this.graphToEdit});
|
||||||
this.createEditGraphModal(this.graphToEdit, graph.get("vertices"), graph.get("edges"));
|
this.createEditGraphModal2(this.graphToEdit, graph.get("vertices"), graph.get("edges"));
|
||||||
},
|
},
|
||||||
|
|
||||||
info : function(e) {
|
info : function(e) {
|
||||||
|
|
Loading…
Reference in New Issue