Skip to content

Commit db96925

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): a941af697026bc738b4d3d584baf46d3c3298054
1 parent 62a4788 commit db96925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/assets/bindata.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -10128,15 +10128,15 @@ title:"Add to Project"
1012810128
} ], m.get(e.project).then(_.spread(function(c, d) {
1012910129
a.project = c, a.context = d, a.breadcrumbs[0].title = b("displayName")(c), j.list("imagestreams", {
1013010130
namespace:"openshift"
10131-
}, function(b) {
10131+
}).then(function(b) {
1013210132
a.openshiftImageStreams = b.by("metadata.name");
1013310133
}), j.list("templates", {
1013410134
namespace:"openshift"
10135-
}, function(b) {
10135+
}).then(function(b) {
1013610136
a.openshiftTemplates = b.by("metadata.name");
10137-
}), "openshift" === e.project ? (a.projectImageStreams = [], a.projectTemplates = []) :(j.list("imagestreams", d, function(b) {
10137+
}), "openshift" === e.project ? (a.projectImageStreams = [], a.projectTemplates = []) :(j.list("imagestreams", d).then(function(b) {
1013810138
a.projectImageStreams = b.by("metadata.name");
10139-
}), j.list("templates", d, function(b) {
10139+
}), j.list("templates", d).then(function(b) {
1014010140
a.projectTemplates = b.by("metadata.name");
1014110141
}));
1014210142
}));

0 commit comments

Comments
 (0)