Various updates

This commit is contained in:
Tom Bloor 2019-07-15 12:38:06 +01:00
parent 5cd0db3faf
commit 0dcf98fed3
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
5 changed files with 115 additions and 92 deletions

View file

@ -48,6 +48,13 @@
</li>
</ul>
</pagination-template>
<select (change)="loadSuppliers(1)" [(ngModel)]="perPage">
<option>10</option>
<option>20</option>
<option>50</option>
<option>100</option>
<option>200</option>
</select>
</div>
<div *ngIf="!supplierListAvailable" class="card-block">
No Suppliers available.