Vladyslav
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/shared/components/js-func.component.html
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
<button type='button' *ngIf="!disabled" mat-button class="tidy" (click)="beautifyJs()"> |
|
|
|
{{'js-func.tidy' | translate }} |
|
|
|
</button> |
|
|
|
<ng-content select="[customButtons]"></ng-content> |
|
|
|
<ng-content select="[toolbarSuffixButton]"></ng-content> |
|
|
|
<div *ngIf="helpId" [tb-help-popup]="helpId"></div> |
|
|
|
<fieldset style="width: initial"> |
|
|
|
<div matTooltip="{{(fullscreen ? 'fullscreen.exit' : 'fullscreen.expand') | translate}}" |
|
|
|
|