Browse Source

Add tooltip truncation to entity version restore header.

pull/14058/head
deaflynx 10 months ago
parent
commit
7565fe3fa9
  1. 2
      ui-ngx/src/app/modules/home/components/vc/entity-version-restore.component.html

2
ui-ngx/src/app/modules/home/components/vc/entity-version-restore.component.html

@ -17,7 +17,7 @@
-->
<section *ngIf="!versionLoadResult$">
<mat-toolbar *ngIf="entityDataInfo">
<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>
</mat-toolbar>
<mat-progress-bar color="warn" style="z-index: 10; width: 100%; margin-bottom: -4px;" mode="indeterminate"

Loading…
Cancel
Save