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 25, 2017
1 parent 6960e4f commit 3d4495e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3d4495e

Please sign in to comment.