浏览代码

无血缘数据提示

zlSun 1 年之前
父节点
当前提交
f131d70b2f
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      atlas/js/external_lib/atlas-lineage/dist/index.js
  2. 1 1
      atlas/js/views/graph/LineageLayoutView.js

文件差异内容过多而无法显示
+ 0 - 0
atlas/js/external_lib/atlas-lineage/dist/index.js


+ 1 - 1
atlas/js/views/graph/LineageLayoutView.js

@@ -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() {

部分文件因为文件数量过多而无法显示