]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard:Roles section is not aligned with column name
authorpujaoshahu <pshahu@redhat.com>
Thu, 24 Oct 2024 14:10:45 +0000 (19:40 +0530)
committerpujaoshahu <pshahu@redhat.com>
Thu, 24 Oct 2024 16:20:04 +0000 (21:50 +0530)
Fixes:https://tracker.ceph.com/issues/68706

Signed-off-by:Puja Shahu pshahu@redhat.com
Signed-off-by: pujaoshahu <pshahu@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.ts

index 244a7861b27b5b04d66119eb073e15b11aec6bcd..8b2c9f1eca3ea9faf35e5377c8dcef3415c92056 100644 (file)
@@ -31,28 +31,28 @@ export class RoleDetailsComponent implements OnChanges, OnInit {
         prop: 'read',
         name: $localize`Read`,
         flexGrow: 1,
-        cellClass: 'text-center',
+        cellClass: 'text-left',
         cellTransformation: CellTemplate.checkIcon
       },
       {
         prop: 'create',
         name: $localize`Create`,
         flexGrow: 1,
-        cellClass: 'text-center',
+        cellClass: 'text-left',
         cellTransformation: CellTemplate.checkIcon
       },
       {
         prop: 'update',
         name: $localize`Update`,
         flexGrow: 1,
-        cellClass: 'text-center',
+        cellClass: 'text-left',
         cellTransformation: CellTemplate.checkIcon
       },
       {
         prop: 'delete',
         name: $localize`Delete`,
         flexGrow: 1,
-        cellClass: 'text-center',
+        cellClass: 'text-left',
         cellTransformation: CellTemplate.checkIcon
       }
     ];
index c9640e4ffabb383efd97482e51cbedd9ecc60231..8e7e12b369207a58da3142d697a09c278f93719b 100644 (file)
@@ -99,7 +99,7 @@ export class RoleListComponent extends ListWithDetails implements OnInit {
       {
         name: $localize`System Role`,
         prop: 'system',
-        cellClass: 'text-center',
+        cellClass: 'text-left',
         flexGrow: 1,
         cellTransformation: CellTemplate.checkIcon
       }