]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Left align badge datatable columns
authorVolker Theile <vtheile@suse.com>
Fri, 6 Dec 2019 07:04:27 +0000 (08:04 +0100)
committerVolker Theile <vtheile@suse.com>
Fri, 6 Dec 2019 07:04:27 +0000 (08:04 +0100)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts

index 7ba012f58a5667667f169d6a085367b87c7ff975..014e0911b2495af8c9352c9ffc5d9dd3c77fcc20 100644 (file)
@@ -42,7 +42,6 @@ export class IscsiComponent implements OnInit {
         name: this.i18n('State'),
         prop: 'state',
         flexGrow: 1,
-        cellClass: 'text-center',
         cellTransformation: CellTemplate.badge,
         customTemplateConfig: {
           map: {
index ae71c7ff83a7ae31c2d374ea7eacda434e23b445..f228eef4f5bccc2790a4e8ecca6baf3cf4460f89 100644 (file)
@@ -110,7 +110,6 @@ export class RbdSnapshotListComponent implements OnInit, OnChanges {
         name: this.i18n('State'),
         prop: 'is_protected',
         flexGrow: 1,
-        cellClass: 'text-center',
         cellTransformation: CellTemplate.badge,
         customTemplateConfig: {
           map: {
index b54d846eef1cc76e27abe080ee5a3c38946b69ad..45f5dd7b2c22d1dfeb67b341c362753bb10db9a3 100644 (file)
@@ -64,7 +64,6 @@ export class InventoryDevicesComponent implements OnInit, OnChanges {
         name: this.i18n('Type'),
         prop: 'human_readable_type',
         flexGrow: 1,
-        cellClass: 'text-center',
         cellTransformation: CellTemplate.badge,
         customTemplateConfig: {
           map: {
@@ -98,7 +97,6 @@ export class InventoryDevicesComponent implements OnInit, OnChanges {
         name: this.i18n('OSDs'),
         prop: 'osd_ids',
         flexGrow: 1,
-        cellClass: 'text-center',
         cellTransformation: CellTemplate.badge,
         customTemplateConfig: {
           class: 'badge-dark',