mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
disable cell focus for actions template
This commit is contained in:
@@ -318,6 +318,7 @@
|
|||||||
<data-column
|
<data-column
|
||||||
title="{{'DOCUMENT_LIST.COLUMNS.IS_LOCKED' | translate}}"
|
title="{{'DOCUMENT_LIST.COLUMNS.IS_LOCKED' | translate}}"
|
||||||
key="id"
|
key="id"
|
||||||
|
[focus]="false"
|
||||||
class="app-desktop-only adf-ellipsis-cell">
|
class="app-desktop-only adf-ellipsis-cell">
|
||||||
<ng-template let-entry="$implicit">
|
<ng-template let-entry="$implicit">
|
||||||
<button mat-icon-button [adf-node-lock]="entry.row.node.entry" class="app-lock-button">
|
<button mat-icon-button [adf-node-lock]="entry.row.node.entry" class="app-lock-button">
|
||||||
|
Reference in New Issue
Block a user