| .. | .. |
|---|
| 6 | 6 | <span class="push-left-sm" *ngIf="filteredItems < data.length"> |
|---|
| 7 | 7 | <span class="md-body-1">{{filteredItems}} of {{data.length}} applications filtered</span> |
|---|
| 8 | 8 | </span> |
|---|
| 9 | | - <td-search-box #searchBox class="push-right-sm" placeholder="Search here" (searchDebounce)="search($event)" flex> |
|---|
| 9 | + <td-search-box #searchBox class="push-right-sm" [alwaysVisible]="false" [placeholder]="$L.get('Search here')" (searchDebounce)="search($event)" flex> |
|---|
| 10 | 10 | </td-search-box> |
|---|
| 11 | 11 | <button md-mini-fab color="accent" (click)="create()" [mdTooltip]="$L.get('Create a new application')"> |
|---|
| 12 | 12 | <md-icon>add</md-icon> |
|---|