GUAC-1193: Add filter placeholder to search input field.

This commit is contained in:
Michael Jumper
2015-10-15 13:50:49 -07:00
parent e221933e03
commit fc11926288
7 changed files with 53 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
<!-- Search controls -->
<div class="filter">
<input class="search-string" type="text" ng-model="searchString" />
<input class="search-string" type="text" placeholder="{{'SETTINGS_CONNECTION_HISTORY.FIELD_PLACEHOLDER_FILTER' | translate}}" ng-model="searchString" />
<button class="search-button" ng-click="search()">{{'SETTINGS_CONNECTION_HISTORY.ACTION_SEARCH' | translate}}</button>
</div>