Explorar el Código

关系修改。

jie hace 11 meses
padre
commit
1dea5d9df2
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      atlas/js/templates/graph/RelationshipLayoutView_tmpl.html

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

@@ -25,12 +25,12 @@
     </div>
     <div class="pull-right" data-id="zoomControl">
         <div class="btn-group pull-right">
-            <button type="button" id="zoom_in" class="btn btn-action btn-gray btn-sm lineageZoomButton" title="Zoom In" data-id="refreshBtn"> <i class="fa fa-search-plus"></i></button>
-            <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>
+            <button type="button" id="zoom_in" class="btn btn-action btn-gray btn-sm lineageZoomButton" title="方大" data-id="refreshBtn"> <i class="fa fa-search-plus"></i></button>
+            <button type="button" id="zoom_out" class="btn btn-action btn-gray btn-sm lineageZoomButton" title="缩小" 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="活跃的实体"><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>
+            <span class="entity-status active" title="活跃的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>活跃</span>
+            <span class="entity-status deleted" title="被删除的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>被删除</span>
         </div>
     </div>
 </div>