improvements + bookmarks
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
</ng-container>
|
||||
</mat-list>
|
||||
|
||||
<p *ngIf="entries.totalElements == 0">{{'entries.nothing' | i18n}}</p>
|
||||
<mat-list *ngIf="entries.totalElements == 0">
|
||||
<mat-list-item>
|
||||
<p>{{'entries.nothing' | i18n}}</p>
|
||||
</mat-list-item>
|
||||
</mat-list>
|
||||
|
||||
<span fxFlexOffset="auto"></span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user