diff --git a/spug_web/src/pages/deploy/app/Ext1Setup2.js b/spug_web/src/pages/deploy/app/Ext1Setup2.js index 8b9c663..f3ded10 100644 --- a/spug_web/src/pages/deploy/app/Ext1Setup2.js +++ b/spug_web/src/pages/deploy/app/Ext1Setup2.js @@ -6,7 +6,6 @@ import React from 'react'; import { observer } from 'mobx-react'; import { Form, Input, Select, Button, Icon, message } from "antd"; -import { isSubArray } from 'libs'; import store from './store'; import hostStore from 'pages/host/store'; import styles from './index.module.css'; diff --git a/spug_web/src/pages/schedule/Table.js b/spug_web/src/pages/schedule/Table.js index 256811f..368761f 100644 --- a/spug_web/src/pages/schedule/Table.js +++ b/spug_web/src/pages/schedule/Table.js @@ -120,7 +120,7 @@ class ComTable extends React.Component { handleTest = (text) => { Modal.confirm({ title: '操作确认', - content: '立即执行该任务(不影响调度规则)?', + content: '立即执行该任务(不影响调度规则,且不会触发失败通知)?', onOk: () => http.post(`/api/schedule/${text.id}/`) .then(res => store.showInfo(text, res)) })