mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
manage version icon (#284)
This commit is contained in:
committed by
Denys Vuika
parent
7209318bf0
commit
b1d093fd48
@@ -90,7 +90,7 @@
|
||||
mat-menu-item
|
||||
*ngIf="isFileSelected(documentList.selection)"
|
||||
[app-node-versions]="documentList.selection">
|
||||
<mat-icon color="primary">storage</mat-icon>
|
||||
<mat-icon color="primary">history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
</button>
|
||||
</mat-menu>
|
||||
|
@@ -94,7 +94,7 @@
|
||||
mat-menu-item
|
||||
*ngIf="canManageVersions(documentList.selection)"
|
||||
[app-node-versions]="documentList.selection">
|
||||
<mat-icon color="primary">storage</mat-icon>
|
||||
<mat-icon color="primary">history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
</button>
|
||||
</mat-menu>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
mat-menu-item
|
||||
*ngIf="permission.check(node, ['update'])"
|
||||
[app-node-versions]="selectedEntities">
|
||||
<mat-icon color="primary">storage</mat-icon>
|
||||
<mat-icon color="primary">history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
</button>
|
||||
</adf-viewer-more-actions>
|
||||
|
@@ -83,7 +83,7 @@
|
||||
mat-menu-item
|
||||
*ngIf="canManageVersions(documentList.selection)"
|
||||
[app-node-versions]="documentList.selection">
|
||||
<mat-icon color="primary">storage</mat-icon>
|
||||
<mat-icon color="primary">history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
</button>
|
||||
</mat-menu>
|
||||
|
@@ -91,7 +91,7 @@
|
||||
mat-menu-item
|
||||
*ngIf="permission.check(documentList.selection[0], ['update'])"
|
||||
[app-node-versions]="documentList.selection">
|
||||
<mat-icon color="primary">storage</mat-icon>
|
||||
<mat-icon color="primary">history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
</button>
|
||||
</mat-menu>
|
||||
|
Reference in New Issue
Block a user