Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump origin-web-catalog to 0.0.62 #2453

Merged
merged 1 commit into from
Nov 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"angular-utf8-base64": "0.0.5",
"file-saver": "1.3.3",
"origin-web-common": "0.0.72",
"origin-web-catalog": "0.0.61"
"origin-web-catalog": "0.0.62"
},
"devDependencies": {
"angular-mocks": "1.5.11",
Expand Down
4 changes: 2 additions & 2 deletions dist/scripts/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -78171,7 +78171,7 @@ return this.catalogSrv.getImageForIconClass(t);
var e = r.get(this.resource, [ "spec", "externalMetadata", "console.openshift.io/iconClass" ]) || "fa fa-clone";
return e = -1 !== e.indexOf("icon-") ? "font-icon " + e : e;
}, e.prototype.getName = function() {
return r.get(this.resource, "spec.externalMetadata.displayName") || this.resource.metadata.name;
return r.get(this.resource, "spec.externalMetadata.displayName") || r.get(this.resource, "spec.externalName") || this.resource.metadata.name;
}, e.prototype.getDescription = function() {
return r.get(this.resource, "spec.description") || "";
}, e.prototype.getLongDescription = function() {
Expand Down Expand Up @@ -78262,7 +78262,7 @@ localStorage.setItem("catalog-recently-viewed-services", JSON.stringify(e)), thi
}();
r.$inject = [ "$rootScope" ], t.RecentlyViewedServiceItems = r;
}, function(e, t) {
e.exports = '<pf-filter-panel config="$ctrl.config">\n <div class="filter-panel-container">\n <input type="text" ng-model="$ctrl.keywordFilter.value"\n class="keyword-filter"\n placeholder="{{$ctrl.keywordFilter.placeholder}}"\n ng-keypress="$ctrl.onKeywordKeyPress($event)"\n autocorrect="off"\n autocapitalize="none"\n spellcheck="false">\n <div class="category" ng-repeat="filter in $ctrl.filterPanelModel" ng-if="!$first">\n {{filter.title}}\n <span\n class="pficon pficon-info vendor-info-icon"\n data-toggle="tooltip"\n aria-hidden="true"\n data-original-title="This filter will only apply to items which contain publisher information. Items that do not have a publisher will not be shown in the filter results.">\n </span>\n <ul>\n <li ng-repeat="value in filter.values">\n <div class="checkbox">\n <label class="category-option-label">\n <input type="checkbox"\n ng-model="value.selected"\n ng-change="$ctrl.filterChanged()">\n {{value.title}}\n </label>\n </div>\n </li>\n </ul>\n </div>\n </div>\n</pf-filter-panel>\n';
e.exports = '<pf-filter-panel config="$ctrl.config">\n <div class="filter-panel-container">\n <input type="text" ng-model="$ctrl.keywordFilter.value"\n class="keyword-filter form-control"\n placeholder="{{$ctrl.keywordFilter.placeholder}}"\n ng-keypress="$ctrl.onKeywordKeyPress($event)"\n autocorrect="off"\n autocapitalize="none"\n spellcheck="false">\n <div class="category" ng-repeat="filter in $ctrl.filterPanelModel" ng-if="!$first">\n {{filter.title}}\n <span\n class="pficon pficon-info vendor-info-icon"\n data-toggle="tooltip"\n aria-hidden="true"\n data-original-title="This filter will only apply to items which contain publisher information. Items that do not have a publisher will not be shown in the filter results.">\n </span>\n <ul>\n <li ng-repeat="value in filter.values">\n <div class="checkbox">\n <label class="category-option-label">\n <input type="checkbox"\n ng-model="value.selected"\n ng-change="$ctrl.filterChanged()">\n {{value.title}}\n </label>\n </div>\n </li>\n </ul>\n </div>\n </div>\n</pf-filter-panel>\n';
}, function(e, t) {
e.exports = '\x3c!-- Use angular-schema-form to show a form based on the parameter JSON schema. --\x3e\n<ng-form class="catalog-parameters" ng-class="{\'readonly\': $ctrl.readOnly}"\n sf-model="$ctrl.hideValues ? $ctrl.hiddenModel : $ctrl.model"\n sf-form="$ctrl.parameterForm"\n sf-schema="$ctrl.readOnly ? $ctrl.readonlyParameterSchema : $ctrl.parameterSchema"\n sf-options="$ctrl.parameterFormDefaults">\n</ng-form>\n';
}, function(e, t) {
Expand Down