mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 04:22:33 +08:00
feat: 新的Cron表达式生成器
This commit is contained in:
@@ -31,7 +31,7 @@ const columns: any = [
|
||||
{
|
||||
title: $gettext('Task Type'),
|
||||
key: 'type',
|
||||
width: 100,
|
||||
width: 200,
|
||||
resizable: true,
|
||||
render(row: any) {
|
||||
return h(
|
||||
@@ -68,7 +68,7 @@ const columns: any = [
|
||||
{
|
||||
title: $gettext('Task Schedule'),
|
||||
key: 'time',
|
||||
width: 200,
|
||||
width: 300,
|
||||
resizable: true,
|
||||
ellipsis: { tooltip: true },
|
||||
render(row: any) {
|
||||
|
||||
Reference in New Issue
Block a user