Skip to content

Commit 14566cf

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): e679211bf020fbb4896d1b23c807ee8514c586d3
1 parent e6ea772 commit 14566cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: pkg/assets/bindata.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -8618,29 +8618,29 @@ i.deprovision(e.serviceInstance);
86188618
};
86198619
var s = [], c = t("serviceInstanceDisplayName");
86208620
e.serviceInstancesVersion = a.getPreferredVersion("serviceinstances");
8621-
var l = function() {
8621+
var l, u = function() {
86228622
e.breadcrumbs.push({
86238623
title: e.displayName
86248624
});
8625-
}, u = function() {
8626-
e.serviceClass || i.fetchServiceClassForInstance(e.serviceInstance).then(function(t) {
8627-
e.serviceClass = t, e.displayName = c(e.serviceInstance, t), l();
8628-
});
86298625
}, d = function() {
8626+
e.serviceClass || l || (l = i.fetchServiceClassForInstance(e.serviceInstance).then(function(t) {
8627+
e.serviceClass = t, e.displayName = c(e.serviceInstance, t), u(), l = null;
8628+
}));
8629+
}, m = function() {
86308630
i.isCurrentPlan(e.serviceInstance, e.plan) || i.fetchServicePlanForInstance(e.serviceInstance).then(function(t) {
86318631
e.plan = t;
86328632
});
8633-
}, m = function(t, n) {
8633+
}, p = function(t, n) {
86348634
e.loaded = !0, e.serviceInstance = t, "DELETED" === n && (e.alerts.deleted = {
86358635
type: "warning",
86368636
message: "This provisioned service has been deleted."
8637-
}), u(), d();
8637+
}), d(), m();
86388638
};
86398639
o.get(n.project).then(_.spread(function(a, o) {
86408640
e.project = a, e.projectContext = o, r.get(e.serviceInstancesVersion, n.instance, o, {
86418641
errorNotification: !1
86428642
}).then(function(t) {
8643-
m(t), s.push(r.watchObject(e.serviceInstancesVersion, n.instance, o, m));
8643+
p(t), s.push(r.watchObject(e.serviceInstancesVersion, n.instance, o, p));
86448644
}, function(n) {
86458645
e.loaded = !0, e.alerts.load = {
86468646
type: "error",

0 commit comments

Comments
 (0)