style: terminal panel

This commit is contained in:
jialin
2025-12-10 15:50:53 +08:00
parent 087675889f
commit af4849d6cc
6 changed files with 84 additions and 41 deletions
@@ -45,6 +45,7 @@ const useTerminalTabs = () => {
return {
TerminalPanel,
terminals,
handleAddTerminal
};
};
@@ -6,6 +6,7 @@ import InfoColumn from '@/components/simple-table/info-column';
import StatusTag from '@/components/status-tag';
import { convertFileSize } from '@/utils';
import {
CodeOutlined,
DeleteOutlined,
DownloadOutlined,
EditOutlined,
@@ -49,7 +50,7 @@ const ActionList = [
// key: 'logs',
// icon: <IconFont type="icon-logs" />
// },
// { label: 'Terminal', locale: false, key: 'terminal', icon: <CodeOutlined /> },
{ label: 'common.button.terminal', key: 'terminal', icon: <CodeOutlined /> },
{
label: 'common.button.delete',
key: 'delete',