Skip to content

Commit 10c2c3a

Browse files
committed
feat: enbable service type filter
Signed-off-by: Zzde <zhangxh1997@gmail.com>
1 parent c0b47fc commit 10c2c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/pages/service-list-page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function ServiceListPage() {
3333
}),
3434
columnHelper.accessor('spec.type', {
3535
header: t('services.type'),
36+
enableColumnFilter: true,
3637
cell: ({ getValue }) => {
3738
const type = getValue() || 'ClusterIP'
3839
return <Badge variant="outline">{type}</Badge>

0 commit comments

Comments
 (0)