Skip to content

Commit 1501117

Browse files
committed
Bump origin-web-console (b0cc495)
1 parent de02920 commit 1501117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/assets/bindata.go

Lines changed: 1 addition & 2 deletions
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)