From d17f2bfcc21ad45742325e312362424c33f87d24 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 4 Jul 2023 16:58:10 +0200 Subject: [PATCH] XXX test a theory --- src/app.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app.jsx b/src/app.jsx index 22537a3d6..d7c05a15f 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -393,11 +393,12 @@ class Application extends React.Component { case 'start': // HACK: We don't get 'started' event for pods got started by the first container which was added to them // https://github.com/containers/podman/issues/7213 + /* if (event.Actor.Attributes.podId) { this.updatePodAfterEvent(event.Actor.Attributes.podId, system); - } else { - this.updatePodsAfterEvent(system); - } + } else */ + this.updatePodsAfterEvent(system); + // } this.updateContainerAfterEvent(event.Actor.ID, system, event); break; case 'checkpoint':