Skip to content

Commit

Permalink
bugfix: remove search app go button
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangle committed Oct 27, 2016
1 parent 9a22de9 commit 1b628e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="navbar-form navbar-right form-inline" role="search">
<div class="form-group">
<input type="text" class="form-control search-input" placeholder="应用ID/应用名" style="width: 350px"
<input type="text" class="form-control search-input" placeholder="搜索项目(项目ID、项目名)" style="width: 350px"
ng-model="searchKey" ng-change="changeSearchKey()" ng-focus="changeSearchKey()">

<div class="row app-list" ng-show="shouldShowAppList">
Expand All @@ -36,7 +36,6 @@
</div>
</div>
</div>
<button type="button" class="btn btn-default" ng-click="jumpToConfigPage()">Go</button>
</div>

</div>
Expand Down

0 comments on commit 1b628e1

Please sign in to comment.