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,8 +65,7 @@
|
|||||||
[fxShow]="!hideDelete() && !isEdit">
|
[fxShow]="!hideDelete() && !isEdit">
|
||||||
{{'dashboard.delete' | translate }}
|
{{'dashboard.delete' | translate }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
<div fxLayout="row">
|
||||||
<div fxLayout="row">
|
|
||||||
<button mat-raised-button
|
<button mat-raised-button
|
||||||
ngxClipboard
|
ngxClipboard
|
||||||
(cbOnSuccess)="onDashboardIdCopied($event)"
|
(cbOnSuccess)="onDashboardIdCopied($event)"
|
||||||
@ -75,6 +74,7 @@
|
|||||||
<mat-icon svgIcon="mdi:clipboard-arrow-left"></mat-icon>
|
<mat-icon svgIcon="mdi:clipboard-arrow-left"></mat-icon>
|
||||||
<span translate>dashboard.copyId</span>
|
<span translate>dashboard.copyId</span>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mat-padding" fxLayout="column">
|
<div class="mat-padding" fxLayout="column">
|
||||||
<mat-form-field class="mat-block"
|
<mat-form-field class="mat-block"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user