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':