We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b47fc commit 10c2c3aCopy full SHA for 10c2c3a
ui/src/pages/service-list-page.tsx
@@ -33,6 +33,7 @@ export function ServiceListPage() {
33
}),
34
columnHelper.accessor('spec.type', {
35
header: t('services.type'),
36
+ enableColumnFilter: true,
37
cell: ({ getValue }) => {
38
const type = getValue() || 'ClusterIP'
39
return <Badge variant="outline">{type}</Badge>
0 commit comments