File tree Expand file tree Collapse file tree
src/app/item-page/orcid-page/orcid-queue Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < div class ="container ">
66 < ds-loading *ngIf ="(processing$ | async) "> </ ds-loading >
77
8- < div *ngIf ="!(processing$ | async) && (getList() | async)?.payload?.totalElements == 0 "
9- class =" row alert alert -info ">
8+ < ds-alert *ngIf ="!(processing$ | async) && (getList() | async)?.payload?.totalElements == 0 "
9+ [type] =" ' alert-info' ">
1010 {{ 'person.page.orcid.sync-queue.empty-message' | translate}}
11- </ div >
11+ </ ds-alert >
1212 < ds-pagination *ngIf ="!(processing$ | async) && (getList() | async)?.payload?.totalElements > 0 "
1313 [paginationOptions] ="paginationOptions " [collectionSize] ="(getList() | async)?.payload?.totalElements "
1414 [retainScrollPosition] ="false " [hideGear] ="true " (paginationChange) ="updateList() ">
5555 </ div >
5656 </ ng-template >
5757 </ ngb-panel >
58- </ ngb-accordion >
58+ </ ngb-accordion >
5959</ div >
You can’t perform that action at this time.
0 commit comments