Skip to content

Commit b9dbbff

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): d87ad15c8a453bdd118d83b24b2babae27f44e45
1 parent 6045205 commit b9dbbff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/assets/bindata.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9497,15 +9497,15 @@ a.project = e, a.breadcrumbs[0].title = r("displayName")(e), d.sourceURI && (a.s
94979497
var s = function() {
94989498
a.hideCPU || (a.cpuProblems = j.validatePodLimits(a.limitRanges, "cpu", [ a.container ], e)), a.memoryProblems = j.validatePodLimits(a.limitRanges, "memory", [ a.container ], e);
94999499
};
9500-
f.list("limitranges", g, function(b) {
9501-
a.limitRanges = b.by("metadata.name"), 0 !== r("hashSize")(b) && a.$watch("container", s, !0);
9500+
f.list("limitranges", g).then(function(b) {
9501+
a.limitRanges = b.by("metadata.name"), _.isEmpty(a.limitRanges) || a.$watch("container", s, !0);
95029502
});
95039503
var u, E, F = function() {
95049504
return a.scaling.autoscale ? void (a.showCPURequestWarning = !l.hasCPURequest([ a.container ], a.limitRanges, e)) :void (a.showCPURequestWarning = !1);
95059505
};
9506-
f.list("resourcequotas", g, function(a) {
9506+
f.list("resourcequotas", g).then(function(a) {
95079507
u = a.by("metadata.name"), b.log("quotas", u);
9508-
}), f.list("appliedclusterresourcequotas", g, function(a) {
9508+
}), f.list("appliedclusterresourcequotas", g).then(function(a) {
95099509
E = a.by("metadata.name"), b.log("cluster quotas", E);
95109510
}), a.$watch("scaling.autoscale", F), a.$watch("container", F, !0), a.$watch("name", function(a) {
95119511
A.value = a;

0 commit comments

Comments
 (0)