#1387 fix rename document-list file (#1462)

This commit is contained in:
Mario Romano 2017-01-13 12:54:04 +00:00 committed by Denys Vuika
parent f3c690e0d7
commit 6ee34a2e49

View File

@ -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';