增加任务统计

This commit is contained in:
whyour
2026-06-01 18:20:18 +08:00
parent c0b7527148
commit e8ac195c96
18 changed files with 1484 additions and 60 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
import intl from 'react-intl-universal';
import { SettingOutlined } from '@ant-design/icons';
import { SettingOutlined, DashboardOutlined } from '@ant-design/icons';
import IconFont from '@/components/iconfont';
import { BasicLayoutProps } from '@ant-design/pro-layout';
@@ -24,6 +24,12 @@ export default {
hideInMenu: true,
component: '@/pages/error/index',
},
{
path: '/dashboard',
name: intl.get('统计面板'),
icon: <DashboardOutlined />,
component: '@/pages/dashboard/index',
},
{
path: '/crontab',
name: intl.get('定时任务'),
+1
View File
@@ -212,6 +212,7 @@ body {
&.crontab-wrapper,
&.log-wrapper,
&.env-wrapper,
&.dashboard-wrapper,
&.config-wrapper {
.CodeMirror {
width: calc(100vw - 24px);