rsanchez
2017-04-10 8d99c88af55041ff06e6b9372b6b1f66220bed38
securis/src/main/webapp/src/app/listing/user.list.component.html
....@@ -6,7 +6,7 @@
66 <span class="push-left-sm" *ngIf="filteredItems < data.length">
77 <span class="md-body-1">{{filteredItems}} of {{data.length}} applications filtered</span>
88 </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>
1010 </td-search-box>
1111 <button md-mini-fab color="accent" (click)="create()" [mdTooltip]="$L.get('Create a new application')">
1212 <md-icon>add</md-icon>