mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
定时任务支持任务名,定时,命令排序
环境变量支持名称排序
This commit is contained in:
Vendored
+1
@@ -119,6 +119,7 @@ const Env = () => {
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
align: 'center' as const,
|
||||
sorter: (a: any, b: any) => a.name.localeCompare(b.name),
|
||||
},
|
||||
{
|
||||
title: '值',
|
||||
|
||||
Reference in New Issue
Block a user