RED-9657: additional fixes for help mode links.
This commit is contained in:
parent
1b95e0e82a
commit
108a3315da
@ -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>
|
||||
|
||||
@ -26,3 +26,7 @@
|
||||
min-height: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -158,6 +158,7 @@ export class AdminSideNavComponent implements OnInit {
|
||||
{
|
||||
screen: 'info',
|
||||
label: _('admin-side-nav.entity-info'),
|
||||
helpModeKey: 'entity_info',
|
||||
show: true,
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user