mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3041] - Task List Empty State Issue (#3408)
This commit is contained in:
committed by
Eugenio Romano
parent
08165d6fd4
commit
2bf82eeae2
@@ -1,6 +1,5 @@
|
||||
<div *ngIf="!requestNode">{{ 'ADF_TASK_LIST.FILTERS.MESSAGES.NONE' | translate }}</div>
|
||||
<div *ngIf="requestNode">
|
||||
<div>
|
||||
<ng-container *ngIf="requestNode">
|
||||
<adf-datatable
|
||||
[data]="data"
|
||||
[sorting]="dataSort"
|
||||
@@ -31,5 +30,4 @@
|
||||
</ng-template>
|
||||
</no-content-template>
|
||||
</adf-datatable>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user