mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
增加任务统计
This commit is contained in:
@@ -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('定时任务'),
|
||||
|
||||
@@ -212,6 +212,7 @@ body {
|
||||
&.crontab-wrapper,
|
||||
&.log-wrapper,
|
||||
&.env-wrapper,
|
||||
&.dashboard-wrapper,
|
||||
&.config-wrapper {
|
||||
.CodeMirror {
|
||||
width: calc(100vw - 24px);
|
||||
|
||||
Reference in New Issue
Block a user