|
@@ -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>
|