mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -1,7 +1,5 @@
|
||||
<div style="padding: 20px;">
|
||||
<h1>Search results</h1>
|
||||
<p *ngIf="results">Found {{results.length}} results for {{currentSearchTerm}}</p>
|
||||
<table *ngIf="results" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
|
||||
<p *ngIf="searchTerm">Found {{results.length}} results for {{searchTerm}}</p>
|
||||
<table *ngIf="searchTerm && results.length" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
@@ -28,4 +26,3 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user