-
Notifications
You must be signed in to change notification settings - Fork 231
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
Fix problem where UI appears unresponsive while waiting for websocket update #1959
Fix problem where UI appears unresponsive while waiting for websocket update #1959
Conversation
We also have the issue on the deployment config and deployment pages |
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.
Needs an update to the deployment config and deployment pages as well.
2a81b7f
to
2623975
Compare
Looking at these. |
2623975
to
620ab1e
Compare
Updated. <alerts
ng-if="deployment.spec.paused && !updatingPausedState"
alerts="pausedAlert"></alerts> |
This can go today as well, if we can wake up the merge queue... |
[merge] |
Evaluated for origin web console merge up to 620ab1e |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/322/) (Base Commit: ec0a953) (PR Branch Commit: 620ab1e) |
Fix #1875
@spadgett
(aside, i think the dist having something to the effect of
return !0
forreturn true
is kinda funny... optimize out those 2 characters 😄 )