Browse Source

实体修改。

jie 11 tháng trước cách đây
mục cha
commit
d68a67a0de
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      atlas/js/templates/graph/RelationshipLayoutView_tmpl.html

+ 4 - 4
atlas/js/templates/graph/RelationshipLayoutView_tmpl.html

@@ -29,8 +29,8 @@
             <button type="button" id="zoom_out" class="btn btn-action btn-gray btn-sm lineageZoomButton" title="Zoom Out" data-id="refreshBtn"> <i class="fa fa-search-minus"></i></button>
         </div>
         <div class="btn-group pull-right" style="padding: 4px 15px;">
-            <span class="entity-status active" title="Active Entity"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>Active</span>
-            <span class="entity-status deleted" title="Deleted Entity"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>Deleted</span>
+            <span class="entity-status active" title="活跃的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>Active</span>
+            <span class="entity-status deleted" title="被删除的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>Deleted</span>
         </div>
     </div>
 </div>
@@ -46,7 +46,7 @@
         </div>
         <div class="body">
             <div class="col-md-12">
-                <input data-id="searchNode" class="form-control form-group" placeholder="Search Entities" />
+                <input data-id="searchNode" class="form-control form-group" placeholder="查询实体" />
                 <ul data-id="entityList" class="entity-list"></ul>
             </div>
         </div>
@@ -71,4 +71,4 @@
         <tbody data-id="relationshipDetailValue">
         </tbody>
     </table>
-</div>
+</div>