Explorar el Código

add 从模版创建任务 button

visuddhinanda hace 1 año
padre
commit
e18cc55267
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard-v4/dashboard/src/components/task/TaskList.tsx

+ 1 - 0
dashboard-v4/dashboard/src/components/task/TaskList.tsx

@@ -573,6 +573,7 @@ const TaskList = ({
               actionRef.current?.reload();
             }}
           />,
+          <Button type="primary">从模版创建任务</Button>,
         ]}
       />
       <TaskEditDrawer