diff --git a/app/views/membership.html b/app/views/membership.html
index 77b3feb027..fd7b71e13b 100644
--- a/app/views/membership.html
+++ b/app/views/membership.html
@@ -137,8 +137,8 @@
- {{ role.metadata.name }}
+ repeat="role as role in filteredRoles | filter: excludeExistingRoles(subject.roles) | filter: { metadata: { name: $select.search } } track by (role | uid)">
+
{{role | annotation : 'description'}}
@@ -251,8 +251,8 @@
- {{ role.metadata.name }}
+ repeat="role as role in filteredRoles | filter: { metadata: { name: $select.search } } track by (role | uid)">
+
{{role | annotation : 'description'}}
diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js
index e8a7485f89..52bbc14461 100644
--- a/dist/scripts/templates.js
+++ b/dist/scripts/templates.js
@@ -10510,8 +10510,8 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"\n" +
"\n" +
"\n" +
- "\n" +
- "{{ role.metadata.name }}
\n" +
+ "\n" +
+ "\n" +
"\n" +
"{{role | annotation : 'description'}}\n" +
"
\n" +
@@ -10564,8 +10564,8 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"\n" +
"\n" +
"\n" +
- "\n" +
- "{{ role.metadata.name }}
\n" +
+ "\n" +
+ "\n" +
"\n" +
"{{role | annotation : 'description'}}\n" +
"
\n" +