Removes export and Dmp actions from public Dmp Overview
This commit is contained in:
parent
6b46121f34
commit
a0edd856f3
|
@ -5,7 +5,7 @@
|
|||
<div class="card-desc d-flex flex-column justify-content-center">
|
||||
<h4 class="card-title">{{ dmp.label }}</h4>
|
||||
</div>
|
||||
<div class="d-flex ml-auto p-2">
|
||||
<div *ngIf="!isPublic" class="d-flex ml-auto p-2">
|
||||
<button mat-icon-button [matMenuTriggerFor]="actionsMenu" class="ml-auto more-icon"
|
||||
(click)="$event.stopImmediatePropagation();">
|
||||
<mat-icon class="more-horiz">more_horiz</mat-icon>
|
||||
|
|
Loading…
Reference in New Issue