Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 51f517abc35cdf2280ecba…
Browse files Browse the repository at this point in the history
…4675143c78f5301e34
  • Loading branch information
OpenShift Bot committed May 3, 2017
1 parent 92bbc94 commit 7bd1f0e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pkg/assets/bindata.go
Expand Up @@ -5890,18 +5890,25 @@ _.set(this, "selectedTab.networking", !0), b(this);
}
}
};
}), angular.module("openshiftConsole").controller("LandingPageController", [ "$scope", "AuthService", "Catalog", "Constants", "Navigate", "NotificationsService", function(a, b, c, d, e, f) {
}), angular.module("openshiftConsole").controller("LandingPageController", [ "$scope", "AuthService", "Catalog", "Constants", "Navigate", "NotificationsService", "RecentlyViewedServiceItems", function(a, b, c, d, e, f, g) {
a.saasOfferings = d.SAAS_OFFERINGS, a.viewMembership = function(a) {
e.toProjectMembership(a.metadata.name);
}, f.clearNotifications(), a.templateSelected = function(b) {
}, f.clearNotifications();
var h = function() {
var b = _.get(a, "template.metadata.uid");
b && g.addItem(b);
};
a.templateSelected = function(b) {
a.template = b;
}, a.templateDialogClosed = function() {
a.template = null;
h(), a.template = null;
}, b.withUser().then(function() {
var b = !_.get(d, "ENABLE_TECH_PREVIEW_FEATURE.template_service_broker");
c.getCatalogItems(b).then(function(b) {
a.catalogItems = b;
});
}), a.$on("$destroy", function() {
h();
});
} ]), angular.module("openshiftConsole").controller("ProjectsController", [ "$scope", "$filter", "$location", "$route", "$timeout", "AlertMessageService", "AuthService", "DataService", "KeywordService", "Logger", "ProjectsService", function(a, b, c, d, e, f, g, h, i, j, k) {
var l, m, n = [], o = [];
Expand Down Expand Up @@ -27319,7 +27326,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"<services-view catalog-items=\"catalogItems\" base-project-url=\"project\"></services-view>\n" +
"</landingbody>\n" +
"<landingside>\n" +
"<projects-summary base-project-url=\"project\" projects-url=\"projects\" view-edit-membership=\"viewMembership\"></projects-summary>\n" +
"<projects-summary base-project-url=\"project\" projects-url=\"projects\" view-edit-membership=\"viewMembership\" catalog-items=\"catalogItems\"></projects-summary>\n" +
"</landingside>\n" +
"</landing-page>\n" +
"</div>\n" +
Expand Down

0 comments on commit 7bd1f0e

Please sign in to comment.