Skip to content

Commit

Permalink
Adopt renamed service external name properies
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Oct 23, 2017
1 parent d9e3c8a commit 23680ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/controllers/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function OverviewController($scope,
};

// Updated on viewBy changes to include the app label when appropriate.
var filterFields = ['metadata.name', 'spec.externalClusterServiceClassName'];
var filterFields = ['metadata.name', 'spec.clusterServiceClassExternalName'];
var filterByName = function(items) {
return KeywordService.filterForKeywords(items, filterFields, state.filterKeywords);
};
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ R.deploymentConfigsNoPipeline = _.sortBy(e, "metadata.name"), R.pipelineViewHasO
R.disableFilter = "pipeline" === R.viewBy && _.isEmpty(R.pipelineBuildConfigs);
}, se = function(e) {
return v.getLabelSelector().select(e);
}, ce = [ "metadata.name", "spec.externalClusterServiceClassName" ], le = function(e) {
}, ce = [ "metadata.name", "spec.clusterServiceClassExternalName" ], le = function(e) {
return g.filterForKeywords(e, ce, K.filterKeywords);
}, ue = function(e) {
switch (R.filterBy) {
Expand Down

0 comments on commit 23680ab

Please sign in to comment.