mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3066] ProcessList Component - Empty State issue. (#3434)
This commit is contained in:
committed by
Eugenio Romano
parent
35d2a0b683
commit
4225bf5213
@@ -23,7 +23,8 @@ import {
|
||||
DataTableAdapter,
|
||||
ObjectDataColumn,
|
||||
ObjectDataRow,
|
||||
ObjectDataTableAdapter
|
||||
ObjectDataTableAdapter,
|
||||
EmptyCustomContentDirective
|
||||
} from '@alfresco/adf-core';
|
||||
import {
|
||||
AppConfigService,
|
||||
@@ -60,6 +61,8 @@ export class ProcessInstanceListComponent implements OnChanges, AfterContentInit
|
||||
|
||||
@ContentChild(DataColumnListComponent) columnList: DataColumnListComponent;
|
||||
|
||||
@ContentChild(EmptyCustomContentDirective) emptyCustomContent: EmptyCustomContentDirective;
|
||||
|
||||
@ViewChild('dataTable') dataTable: DataTableComponent;
|
||||
|
||||
/** The id of the app. */
|
||||
|
Reference in New Issue
Block a user