mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
stack stopped and deployment exited warning instead of critical
This commit is contained in:
@@ -168,7 +168,7 @@ export const stackStateIntention = (state?: Types.StackState) => {
|
||||
case Types.StackState.Paused:
|
||||
return "Warning";
|
||||
case Types.StackState.Stopped:
|
||||
return "Critical";
|
||||
return "Warning";
|
||||
case Types.StackState.Restarting:
|
||||
return "Critical";
|
||||
case Types.StackState.Down:
|
||||
@@ -194,6 +194,8 @@ export const deploymentStateIntention: (
|
||||
return "Neutral";
|
||||
case Types.DeploymentState.Paused:
|
||||
return "Warning";
|
||||
case Types.DeploymentState.Exited:
|
||||
return "Warning";
|
||||
case Types.DeploymentState.Unknown:
|
||||
return "Unknown";
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user