Remove space in Podman ID

pull/2378/head
nicolargo 2023-05-08 10:11:10 +02:00
parent 2ae676ba12
commit 985dd6c8ea
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class Plugin(GlancesPlugin):
if show_engine_name:
ret.append(self.curse_add_line(' {:{width}}'.format(container["engine"], width=6)))
if show_pod_name:
ret.append(self.curse_add_line(' {:{width}}'.format(container.get("pod_id", " - "), width=12)))
ret.append(self.curse_add_line(' {:{width}}'.format(container.get("pod_id", "-"), width=12)))
# Name
ret.append(self.curse_add_line(self._msg_name(container=container, max_width=name_max_width)))
# Status