Skip to content

Commit dbf88bf

Browse files
author
OpenShift Bot
authored
Merge pull request #10676 from jwforres/vendor_console_b0cc495
Merged by openshift-bot
2 parents 83c5b09 + 1501117 commit dbf88bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: pkg/assets/bindata.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -5788,7 +5788,7 @@ a.deploymentConfig ? i.scaleDC(a.deploymentConfig, c).then(_.noop, d) :i.scaleRC
57885788
};
57895789
var w = b("isDeployment");
57905790
a.isScalable = function() {
5791-
return !_.isEmpty(a.autoscalers) || (!w(a.deployment) || (!!a.deploymentConfigMissing || !!a.deploymentConfig && a.isActive));
5791+
return !!_.isEmpty(a.autoscalers) && (!w(a.deployment) || (!!a.deploymentConfigMissing || !!a.deploymentConfig && a.isActive));
57925792
}, a.$on("$destroy", function() {
57935793
e.unwatchAll(m);
57945794
});
@@ -5967,7 +5967,6 @@ case "ImageStreamTag":
59675967
case "ImageStreamImage":
59685968
case "ImageStreamImport":
59695969
case "ImageStreamMapping":
5970-
case "Deployment":
59715970
case "LimitRange":
59725971
case "ResourceQuota":
59735972
case "AppliedClusterResourceQuota":

0 commit comments

Comments
 (0)