[ACA-591] unsharing links (#177)

* unsharing links

* restore move/delete buttons, new icon for unshare
This commit is contained in:
Denys Vuika
2018-01-23 16:47:44 +00:00
committed by Cilibiu Bogdan
parent cb95a422aa
commit b5e394bc07
5 changed files with 77 additions and 2 deletions

View File

@@ -56,6 +56,15 @@
<span>{{ 'APP.ACTIONS.MOVE' | translate }}</span>
</button>
<button
mat-menu-item
*ngIf="canDelete(documentList.selection)"
[appUnshareNode]="documentList.selection"
(links-unshared)="refresh()">
<mat-icon>stop_screen_share</mat-icon>
<span>{{ 'APP.ACTIONS.UNSHARE' | translate }}</span>
</button>
<button
mat-menu-item
*ngIf="canDelete(documentList.selection)"