Skip to content

Commit cc76c71

Browse files
authored
Merge pull request ceph#60476 from rhcs-dashboard/usermanagment-roles-defect
mgr/dashboard:Roles section is not aligned with column name Reviewed-by: Afreen Misbah <[email protected]>
2 parents d71e222 + 778218a commit cc76c71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@ export class RoleDetailsComponent implements OnChanges, OnInit {
3131
prop: 'read',
3232
name: $localize`Read`,
3333
flexGrow: 1,
34-
cellClass: 'text-center',
34+
cellClass: 'text-left',
3535
cellTransformation: CellTemplate.checkIcon
3636
},
3737
{
3838
prop: 'create',
3939
name: $localize`Create`,
4040
flexGrow: 1,
41-
cellClass: 'text-center',
41+
cellClass: 'text-left',
4242
cellTransformation: CellTemplate.checkIcon
4343
},
4444
{
4545
prop: 'update',
4646
name: $localize`Update`,
4747
flexGrow: 1,
48-
cellClass: 'text-center',
48+
cellClass: 'text-left',
4949
cellTransformation: CellTemplate.checkIcon
5050
},
5151
{
5252
prop: 'delete',
5353
name: $localize`Delete`,
5454
flexGrow: 1,
55-
cellClass: 'text-center',
55+
cellClass: 'text-left',
5656
cellTransformation: CellTemplate.checkIcon
5757
}
5858
];

src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class RoleListComponent extends ListWithDetails implements OnInit {
9999
{
100100
name: $localize`System Role`,
101101
prop: 'system',
102-
cellClass: 'text-center',
102+
cellClass: 'text-left',
103103
flexGrow: 1,
104104
cellTransformation: CellTemplate.checkIcon
105105
}

0 commit comments

Comments
 (0)