mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix missing translation permission (#7297)
fix UI regression Datatable full width
This commit is contained in:
@@ -405,6 +405,8 @@
|
||||
"BULK-ROLE": "Set all role to"
|
||||
},
|
||||
"LABELS": {
|
||||
"HIDE": "Hide",
|
||||
"SHOW": "Show",
|
||||
"ON": "On",
|
||||
"OFF": "Off",
|
||||
"DIRECT-PERMISSIONS": "Directly Applied Permission",
|
||||
|
@@ -43,7 +43,7 @@
|
||||
[target]="target"
|
||||
#popOver="adfPopOver"
|
||||
*ngIf="model.node.permissions.isInheritanceEnabled">
|
||||
{{ popOver.open ? "Hide" : "Show" }}
|
||||
{{ (popOver.open ? 'PERMISSION_MANAGER.LABELS.HIDE' : 'PERMISSION_MANAGER.LABELS.SHOW') | translate }}
|
||||
<mat-icon *ngIf="popOver.open"> keyboard_arrow_up </mat-icon>
|
||||
<mat-icon *ngIf="!popOver.open"> keyboard_arrow_down </mat-icon>
|
||||
</button>
|
||||
|
@@ -16,6 +16,10 @@ $data-table-cell-min-width--fileSize: $data-table-cell-min-width !default;
|
||||
.adf-datatable {
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
|
||||
.adf-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-card {
|
||||
|
Reference in New Issue
Block a user