|
|
@ -428,6 +428,19 @@ |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col"> |
|
|
<div class="col"> |
|
|
<div class="button-container d-flex flex-wrap"> |
|
|
<div class="button-container d-flex flex-wrap"> |
|
|
|
|
|
@if (data.hasPermissionToCreateActivity && quantity > 0) { |
|
|
|
|
|
<button |
|
|
|
|
|
color="warn" |
|
|
|
|
|
mat-stroked-button |
|
|
|
|
|
(click)="onCloseHolding()" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon |
|
|
|
|
|
class="mr-1" |
|
|
|
|
|
name="arrow-down-circle-outline" |
|
|
|
|
|
></ion-icon |
|
|
|
|
|
><span i18n>Close Holding</span> |
|
|
|
|
|
</button> |
|
|
|
|
|
} |
|
|
@if (data.hasPermissionToAccessAdminControl) { |
|
|
@if (data.hasPermissionToAccessAdminControl) { |
|
|
<a |
|
|
<a |
|
|
mat-stroked-button |
|
|
mat-stroked-button |
|
|
@ -443,16 +456,6 @@ |
|
|
>...</a |
|
|
>...</a |
|
|
> |
|
|
> |
|
|
} |
|
|
} |
|
|
@if (data.hasPermissionToCreateActivity && quantity > 0) { |
|
|
|
|
|
<button |
|
|
|
|
|
color="warn" |
|
|
|
|
|
mat-stroked-button |
|
|
|
|
|
(click)="onCloseHolding()" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon class="mr-1" name="close-outline"></ion-icon |
|
|
|
|
|
><span i18n>Close Holding</span> |
|
|
|
|
|
</button> |
|
|
|
|
|
} |
|
|
|
|
|
@if ( |
|
|
@if ( |
|
|
dataSource?.data.length > 0 && |
|
|
dataSource?.data.length > 0 && |
|
|
data.hasPermissionToReportDataGlitch === true |
|
|
data.hasPermissionToReportDataGlitch === true |
|
|
|