Merge pull request #9332 from ArtemDzhereleiko/AD/bug-fix/dashboard-detatil-button/no-space
Fixed dashboard detail button
This commit is contained in:
commit
8aae55a92a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user