소스 검색

Merge pull request #147 from lepdou/lepdou_master

fix
lepdou 9 년 전
부모
커밋
12a89acca2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apollo-portal/src/main/resources/static/views/app.html

+ 1 - 1
apollo-portal/src/main/resources/static/views/app.html

@@ -155,7 +155,7 @@
                                             <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
                                         </a>
                                         <a data-toggle="tooltip" data-placement="top" title="修改配置"
-                                           ng-show="!namespace.isTextEditing && namespace.viewType == 'text' && isItemsViewOpened"
+                                           ng-show="!namespace.isTextEditing && namespace.viewType == 'text'"
                                            ng-click="toggleTextEditStatus(namespace)">
                                             <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
                                         </a>