mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2044] custom library icon consistency (#826)
* add custom library icon * isLibrary custom type guard * meaningfull cutom class name * update isLibrary check for trash * use custom image for libraries in trash * remove duplicate subscriber * change image source color * remove custom class * remove library image class * remove custom type guard
This commit is contained in:
committed by
Denys Vuika
parent
18b4c1bc8a
commit
647117b488
@@ -36,6 +36,7 @@
|
||||
[selectionMode]="'single'"
|
||||
[sorting]="[ 'name', 'asc' ]"
|
||||
[node]="data"
|
||||
[imageResolver]="imageResolver"
|
||||
(node-dblclick)="navigateTo($event.detail?.node)"
|
||||
(name-click)="navigateTo($event.detail?.node)">
|
||||
|
||||
|
Reference in New Issue
Block a user