1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +02:00

fix(pods): represent pod container statuses correctly [r8s-416] (#910)

This commit is contained in:
Ali 2025-07-21 15:05:08 +12:00 committed by GitHub
parent eaa2be017d
commit 55cc250d2e
12 changed files with 996 additions and 61 deletions

View file

@ -104,6 +104,7 @@ class KubernetesStackLogsController {
await this.getStackLogsAsync();
} catch (err) {
this.Notifications.error('Failure', err, 'Unable to retrieve stack logs');
this.stopRepeater();
} finally {
this.state.viewReady = true;
}