Merge pull request #9332 from ArtemDzhereleiko/AD/bug-fix/dashboard-detatil-button/no-space

Fixed dashboard detail button
This commit is contained in:
Igor Kulikov 2023-10-13 13:16:27 +03:00 committed by GitHub
commit 8aae55a92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,16 +65,16 @@
[fxShow]="!hideDelete() && !isEdit">
{{'dashboard.delete' | translate }}
</button>
</div>
<div fxLayout="row">
<button mat-raised-button
ngxClipboard
(cbOnSuccess)="onDashboardIdCopied($event)"
[cbContent]="entity?.id?.id"
[fxShow]="!isEdit">
<mat-icon svgIcon="mdi:clipboard-arrow-left"></mat-icon>
<span translate>dashboard.copyId</span>
</button>
<div fxLayout="row">
<button mat-raised-button
ngxClipboard
(cbOnSuccess)="onDashboardIdCopied($event)"
[cbContent]="entity?.id?.id"
[fxShow]="!isEdit">
<mat-icon svgIcon="mdi:clipboard-arrow-left"></mat-icon>
<span translate>dashboard.copyId</span>
</button>
</div>
</div>
<div class="mat-padding" fxLayout="column">
<mat-form-field class="mat-block"