mirror of
https://github.com/rancher/types.git
synced 2025-08-31 04:40:56 +00:00
Succeeded jobs should not show transitioning
This commit is contained in:
@@ -230,6 +230,7 @@ func genericStatus(data map[string]interface{}) {
|
||||
if phase != "" && ok {
|
||||
if phase == "Succeeded" {
|
||||
state = "succeeded"
|
||||
transitioning = false
|
||||
} else if state == "" {
|
||||
state = phase
|
||||
}
|
||||
|
Reference in New Issue
Block a user