Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 178424f9fcf67f3d524e75…
Browse files Browse the repository at this point in the history
…992db11159e9814b81
  • Loading branch information
OpenShift Bot committed Jun 16, 2017
1 parent 2bbf083 commit 272de8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -27472,9 +27472,12 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"Use your source or an example repository to build an application image, or add components like databases and message queues.\n" +
"</p>\n" +
"<p class=\"gutter-top\">\n" +
"<a ng-href=\"project/{{projectName}}/create\" class=\"btn btn-lg btn-primary\">\n" +
"<a ng-if=\"!('service_catalog_landing_page' | enableTechPreviewFeature)\" ng-href=\"project/{{projectName}}/create\" class=\"btn btn-lg btn-primary\">\n" +
"Add to Project\n" +
"</a>\n" +
"<a ng-if=\"'service_catalog_landing_page' | enableTechPreviewFeature\" ng-href=\"./\" class=\"btn btn-lg btn-primary\">\n" +
"Browse Catalog\n" +
"</a>\n" +
"</p>\n" +
"</div>\n" +
"<div ng-if=\"!(project.metadata.name | canIAddToProject)\">\n" +
Expand Down

0 comments on commit 272de8d

Please sign in to comment.