Browse Source

Merge pull request #147 from lepdou/lepdou_master

fix
lepdou 9 years ago
parent
commit
12a89acca2
1 changed files with 1 additions and 1 deletions
  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>