From 0a67a2991fb2fe6d57913d7ac85fe3d6578b82db Mon Sep 17 00:00:00 2001 From: vapao Date: Fri, 19 Jun 2020 16:42:59 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=94=B9=E8=BF=9B=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=B5=8B=E8=AF=95=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/app/Ext1Setup2.js | 1 - spug_web/src/pages/schedule/Table.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)) })