From: Sage Weil Date: Mon, 2 Mar 2020 14:03:00 +0000 (-0600) Subject: mgr/orch: fix SPEC alignment in 'orch ls' X-Git-Tag: v15.1.1~142^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2e39d7763223d8b77a519356f64945aff54a33d2;p=ceph.git mgr/orch: fix SPEC alignment in 'orch ls' Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index eadbd1cd6ab..a43218d7a99 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -342,6 +342,7 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule): table.align['REFRESHED'] = 'l' table.align['IMAGE NAME'] = 'l' table.align['IMAGE ID'] = 'l' + table.align['SPEC'] = 'l' table.left_padding_width = 0 table.right_padding_width = 2 for s in sorted(services, key=lambda s: s.service_name):