]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/orch: fix SPEC alignment in 'orch ls'
authorSage Weil <sage@redhat.com>
Mon, 2 Mar 2020 14:03:00 +0000 (08:03 -0600)
committerSage Weil <sage@redhat.com>
Tue, 3 Mar 2020 00:16:34 +0000 (18:16 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/orchestrator/module.py

index eadbd1cd6ab52f009e61e271120b4abaf439c91b..a43218d7a991a3ddf62c6683ed93e9fabe4319f6 100644 (file)
@@ -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):