diff --git a/Mohem/src/app/hmg-common/services/common/common.service.ts b/Mohem/src/app/hmg-common/services/common/common.service.ts index c11df3ff..edc9d61b 100644 --- a/Mohem/src/app/hmg-common/services/common/common.service.ts +++ b/Mohem/src/app/hmg-common/services/common/common.service.ts @@ -1584,7 +1584,9 @@ export class CommonService { return this.totalCounter; } setTotalNumberOfWorklistRequest() { - this.totalCounter -= 1; + if (this.totalCounter > 0) { + this.totalCounter -= 1; + } this.sharedService.setSharedData(this.totalCounter, 'total-count'); } diff --git a/Mohem/src/assets/imgs/mohemm-action/More-2.png b/Mohem/src/assets/imgs/mohemm-action/More-2.png new file mode 100644 index 00000000..925f6ea5 Binary files /dev/null and b/Mohem/src/assets/imgs/mohemm-action/More-2.png differ diff --git a/Mohem/src/assets/imgs/mohemm-action/More.png b/Mohem/src/assets/imgs/mohemm-action/More.png index 925f6ea5..005e24ba 100644 Binary files a/Mohem/src/assets/imgs/mohemm-action/More.png and b/Mohem/src/assets/imgs/mohemm-action/More.png differ diff --git a/Mohem/src/assets/imgs/mohemm-action/Skip-2.png b/Mohem/src/assets/imgs/mohemm-action/Skip-2.png new file mode 100644 index 00000000..03b3c23f Binary files /dev/null and b/Mohem/src/assets/imgs/mohemm-action/Skip-2.png differ diff --git a/Mohem/src/assets/imgs/mohemm-action/Skip.png b/Mohem/src/assets/imgs/mohemm-action/Skip.png index 03b3c23f..17e38cb3 100644 Binary files a/Mohem/src/assets/imgs/mohemm-action/Skip.png and b/Mohem/src/assets/imgs/mohemm-action/Skip.png differ