RED-9657: additional fixes for help mode links.

This commit is contained in:
Nicoleta Panaghiu 2024-07-23 11:54:14 +03:00
parent 1b95e0e82a
commit 108a3315da
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<div class="content-container" iqserHasScrollbar>
<div class="dialog">
<div class="dialog-header">
<div [translate]="'entity.info.heading'" [attr.help-mode-key]="'entity_info'" class="heading-l"></div>
<div [translate]="'entity.info.heading'" [attr.help-mode-key]="'entity_info'" class="heading-l w-full"></div>
<div *ngIf="!permissionsService.canEditEntities()" class="read-only-indicator all-caps-label primary">
<mat-icon class="mr-8" svgIcon="red:read-only"></mat-icon>
@ -26,8 +26,6 @@
></iqser-icon-button>
<div (click)="revert()" [translate]="'entity.info.actions.revert'" class="all-caps-label cancel"></div>
<iqser-help-button *ngIf="!config.IS_DOCUMINE"></iqser-help-button>
</div>
</div>
</div>

View File

@ -26,3 +26,7 @@
min-height: unset;
}
}
.w-full {
width: 100%;
}

View File

@ -158,6 +158,7 @@ export class AdminSideNavComponent implements OnInit {
{
screen: 'info',
label: _('admin-side-nav.entity-info'),
helpModeKey: 'entity_info',
show: true,
},
{