Sync from Apollo

This commit is contained in:
Cagatay Civici
2022-10-22 17:13:40 +03:00
parent b7181f62fb
commit 38fc255caf
4 changed files with 25 additions and 43 deletions
@@ -128,12 +128,12 @@
</ng-template>
<ng-template pTemplate="emptymessage">
<tr>
<td colspan="7">No customers found.</td>
<td colspan="8">No customers found.</td>
</tr>
</ng-template>
<ng-template pTemplate="loadingbody">
<tr>
<td colspan="7">Loading customers data. Please wait.</td>
<td colspan="8">Loading customers data. Please wait.</td>
</tr>
</ng-template>
</p-table>