diff --git a/config/routes.ts b/config/routes.ts
index eb3b15b1..6640dfc8 100644
--- a/config/routes.ts
+++ b/config/routes.ts
@@ -80,6 +80,7 @@ export default [
path: '/playground/video',
key: 'video',
icon: 'icon-video',
+ hideInMenu: true,
selectedIcon: 'icon-video-filled',
defaultIcon: 'icon-video',
component: './playground/video'
diff --git a/src/pages/cluster-management/hooks/use-cluster-columns.tsx b/src/pages/cluster-management/hooks/use-cluster-columns.tsx
index 0f11a431..27259376 100644
--- a/src/pages/cluster-management/hooks/use-cluster-columns.tsx
+++ b/src/pages/cluster-management/hooks/use-cluster-columns.tsx
@@ -6,7 +6,7 @@ import StatusTag from '@/components/status-tag';
import { tableSorter } from '@/config/settings';
import { StarFilled } from '@ant-design/icons';
import { useIntl } from '@umijs/max';
-import { Tooltip, Typography } from 'antd';
+import { Tooltip } from 'antd';
import dayjs from 'dayjs';
import { useMemo } from 'react';
import {
@@ -42,9 +42,10 @@ const useClusterColumns = (
render: (text: string, record: ClusterListItem) => (
<>
- onCellClick?.(record, 'name')}>
+ {/* onCellClick?.(record, 'name')}>
{record.name}
-
+ */}
+ {text}
{record.is_default && (