mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
committed by
Denys Vuika
parent
f3c690e0d7
commit
6ee34a2e49
@@ -38,7 +38,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
|||||||
static DOUBLE_CLICK_NAVIGATION: string = 'dblclick';
|
static DOUBLE_CLICK_NAVIGATION: string = 'dblclick';
|
||||||
static DEFAULT_PAGE_SIZE: number = 20;
|
static DEFAULT_PAGE_SIZE: number = 20;
|
||||||
|
|
||||||
baseComponentPath = module.id.replace('/components/document-list.js', '');
|
baseComponentPath = module.id.replace('/components/document-list.component.js', '');
|
||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
fallbackThubnail: string = this.baseComponentPath + '/assets/images/ft_ic_miscellaneous.svg';
|
fallbackThubnail: string = this.baseComponentPath + '/assets/images/ft_ic_miscellaneous.svg';
|
||||||
|
Reference in New Issue
Block a user