Merge pull request #14058 from deaflynx/add-tooltip-entity-version-restore-dialog

Add tooltip truncation to entity version restore header.
This commit is contained in:
Igor Kulikov 2025-09-25 17:51:22 +03:00 committed by GitHub
commit 6aa2b6b7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
@if (!versionLoadResult$) { @if (!versionLoadResult$) {
@if (entityDataInfo) { @if (entityDataInfo) {
<mat-toolbar> <mat-toolbar>
<h2>{{ 'version-control.restore-entity-from-version' | translate: {versionName} }}</h2> <h2 tbTruncateWithTooltip>{{ 'version-control.restore-entity-from-version' | translate: {versionName} }}</h2>
<span class="flex-1"></span> <span class="flex-1"></span>
</mat-toolbar> </mat-toolbar>
<mat-progress-bar color="warn" style="z-index: 10; width: 100%; margin-bottom: -4px;" mode="indeterminate" <mat-progress-bar color="warn" style="z-index: 10; width: 100%; margin-bottom: -4px;" mode="indeterminate"