Skip to content

Commit

Permalink
XXX test a theory
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jul 4, 2023
1 parent 52f22de commit d17f2bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit d17f2bf

Please sign in to comment.