mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACA-987] File Libraries - render Site ID when 2 sites have identical name (#109)
This commit is contained in:
parent
23049bb0c3
commit
dc36ea7ea4
@ -40,6 +40,11 @@
|
||||
class="adf-data-table-cell--ellipsis__name"
|
||||
key="title"
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.TITLE">
|
||||
<ng-template let-context>
|
||||
<span title="{{ makeLibraryTooltip(context.row.obj.entry) }}">
|
||||
{{ makeLibraryTitle(context.row.obj.entry) }}
|
||||
</span>
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
<data-column
|
||||
|
Loading…
x
Reference in New Issue
Block a user