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:
parent
eaa2be017d
commit
55cc250d2e
12 changed files with 996 additions and 61 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue