Skip to content

Commit

Permalink
fix: show idle icon for exited containers
Browse files Browse the repository at this point in the history
  • Loading branch information
pirosiki197 committed Jan 2, 2025
1 parent 5eced2d commit 98b2b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/libs/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const deploymentState = (app: Application): ApplicationState => {
return ApplicationState.Running
case Application_ContainerState.RESTARTING:
case Application_ContainerState.EXITED:
return ApplicationState.Idle
case Application_ContainerState.ERRORED:
case Application_ContainerState.UNKNOWN:
return ApplicationState.Error
Expand Down

0 comments on commit 98b2b66

Please sign in to comment.