-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Disable UI scaling for in progress deployment #8761
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
Disable UI scaling for in progress deployment #8761
Conversation
@@ -166,6 +166,8 @@ angular.module('openshiftConsole') | |||
} | |||
|
|||
$scope.deployments = LabelFilter.getLabelSelector().select($scope.unfilteredDeployments); | |||
$scope.deploymentInProgress = _.size($scope.deploymentConfigDeploymentsInProgress[deploymentConfigName]); |
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.
since you are treating this as a boolean can you !!
it
just the one comment otherwise LGTM |
9d6a91d
to
866661a
Compare
Updated. Thanks @jwforres [merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5831/) (Image: devenv-rhel7_4122) |
[Test]ing while waiting on the merge queue |
👍 |
866661a
to
d4756e3
Compare
Rebased [merge] |
d4756e3
to
f168410
Compare
Evaluated for origin test up to f168410 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/3634/) |
Evaluated for origin merge up to f168410 |
https://bugzilla.redhat.com/show_bug.cgi?id=1333129
@jwforres PTAL
@csrwng @Kargakis CC