-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Fix UI TODOs #1967
chore: Fix UI TODOs #1967
Conversation
|
if (wf.spec.suspend !== undefined && wf.spec.suspend) { | ||
return true; | ||
} | ||
if (wf.status && wf.status.nodes) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so if any node is suspended - we are suspended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct
Codecov Report
@@ Coverage Diff @@
## apiserverimpl #1967 +/- ##
=============================================
Coverage 8.88% 8.88%
=============================================
Files 53 53
Lines 33602 33602
=============================================
Hits 2984 2984
Misses 30229 30229
Partials 389 389 Continue to review full report at Codecov.
|
Closed in favor of #1987 |
Fixes #1955