refactor: user table list

This commit is contained in:
jialin
2025-10-13 19:55:08 +08:00
parent d3f39ae06b
commit 2c9f5062a9
10 changed files with 254 additions and 285 deletions
@@ -12,7 +12,6 @@ import useDownloadStream from '@/hooks/use-download-stream';
import { ListItem as WorkerListItem } from '@/pages/resources/config/types';
import { convertFileSize } from '@/utils';
import {
CodeOutlined,
DeleteOutlined,
DownloadOutlined,
HddFilled,
@@ -273,12 +272,12 @@ const childActionList = [
],
icon: <IconFont type="icon-logs" />
},
{
label: 'Terminal',
locale: false,
key: 'terminal',
icon: <CodeOutlined />
},
// {
// label: 'Terminal',
// locale: false,
// key: 'terminal',
// icon: <CodeOutlined />
// },
{
label: 'common.button.downloadLog',
key: 'download',