|
@@ -239,7 +239,7 @@ define([ "require", "backbone", "hbs!tmpl/graph/LineageLayoutView_tmpl", "collec
|
|
|
});
|
|
|
},
|
|
|
noLineage: function() {
|
|
|
- this.$(".fontLoader").hide(), this.$(".depth-container").hide(), this.$("svg").html('<text x="50%" y="50%" alignment-baseline="middle" text-anchor="middle">No lineage data found</text>'),
|
|
|
+ this.$(".fontLoader").hide(), this.$(".depth-container").hide(), this.$("svg").html('<text x="50%" y="50%" alignment-baseline="middle" text-anchor="middle">没有血缘数据</text>'),
|
|
|
this.actionCallBack && this.actionCallBack();
|
|
|
},
|
|
|
hideCheckForProcess: function() {
|