From: Volker Theile Date: Fri, 6 Dec 2019 07:04:27 +0000 (+0100) Subject: mgr/dashboard: Left align badge datatable columns X-Git-Tag: v15.1.0~604^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9fe2c8158840de65c31dec09bc789e0c71695caf;p=ceph.git mgr/dashboard: Left align badge datatable columns Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts index 7ba012f58a56..014e0911b249 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts @@ -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: { diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts index ae71c7ff83a7..f228eef4f5bc 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts @@ -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: { diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts index b54d846eef1c..45f5dd7b2c22 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts @@ -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',