[ADF-2921] New Icon for Smart Folders (#3747)

* [ADF-2921] New Icon for Smart Folders

* [ADF-2921] Smart folder icon now  matches current theme

* [ADF-2921] Unit tests added and fixed

* [ADF-2921] Improved logic on Share Datatable Adapter
This commit is contained in:
davidcanonieto
2018-09-14 17:54:22 +01:00
committed by Eugenio Romano
parent 0569065684
commit a6e61ac3a4
6 changed files with 56 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ export class ThumbnailService {
'application/wordperfect': './assets/images/ft_ic_document.svg',
'application/x-cpio': './assets/images/ft_ic_document.svg',
'folder': './assets/images/ft_ic_folder.svg',
'smartFolder': './assets/images/ft_ic_smart_folder.svg',
'disable/folder': './assets/images/ft_ic_folder_disable.svg',
'selected': './assets/images/ft_ic_selected.svg'
};