mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
name column link (#519)
This commit is contained in:
parent
cc63352e49
commit
1ee92fd6bc
@ -153,11 +153,15 @@
|
||||
</data-column>
|
||||
|
||||
<data-column
|
||||
class="adf-data-table-cell--ellipsis__name"
|
||||
class="adf-data-table-cell--ellipsis__name adf-location-cell"
|
||||
key="name"
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.NAME">
|
||||
<ng-template let-value="value" let-context>
|
||||
<span class="adf-datatable-cell" title="{{ context?.row?.obj | adfNodeNameTooltip }}">{{ value }}</span>
|
||||
<a class="adf-datatable-cell"
|
||||
title="{{ context?.row?.obj | adfNodeNameTooltip }}"
|
||||
(click)="onNodeDoubleClick(context?.row?.obj)">
|
||||
{{ value }}
|
||||
</a>
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
|
@ -147,11 +147,15 @@
|
||||
</data-column>
|
||||
|
||||
<data-column
|
||||
class="adf-data-table-cell--ellipsis__name"
|
||||
class="adf-data-table-cell--ellipsis__name adf-location-cell"
|
||||
key="name"
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.NAME">
|
||||
<ng-template let-value="value" let-context>
|
||||
<span class="adf-datatable-cell" title="{{ context?.row?.obj | adfNodeNameTooltip }}">{{ value }}</span>
|
||||
<a class="adf-datatable-cell"
|
||||
title="{{ context?.row?.obj | adfNodeNameTooltip }}"
|
||||
(click)="onNodeDoubleClick(context?.row?.obj)">
|
||||
{{ value }}
|
||||
</a>
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
|
@ -142,11 +142,15 @@
|
||||
</data-column>
|
||||
|
||||
<data-column
|
||||
class="adf-data-table-cell--ellipsis__name"
|
||||
class="adf-data-table-cell--ellipsis__name adf-location-cell"
|
||||
key="name"
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.NAME">
|
||||
<ng-template let-value="value" let-context>
|
||||
<span class="adf-datatable-cell" title="{{ context?.row?.obj | adfNodeNameTooltip }}">{{ value }}</span>
|
||||
<a
|
||||
title="{{ context?.row?.obj | adfNodeNameTooltip }}"
|
||||
(click)="showPreview(context?.row?.obj)">
|
||||
{{ value }}
|
||||
</a>
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user