From e10fd0c08a9a2068b35e27cf89181cca7c77c09d Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 14 Apr 2020 14:24:24 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=A0=87=E9=A2=98=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/exec/task/HostSelector.js | 4 ++-- spug_web/src/pages/host/Form.js | 4 ++-- spug_web/src/pages/host/Table.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spug_web/src/pages/exec/task/HostSelector.js b/spug_web/src/pages/exec/task/HostSelector.js index c5edf30..84f9a21 100644 --- a/spug_web/src/pages/exec/task/HostSelector.js +++ b/spug_web/src/pages/exec/task/HostSelector.js @@ -45,10 +45,10 @@ class HostSelector extends React.Component { title: '类别', dataIndex: 'zone', }, { - title: '名称', + title: '主机名称', dataIndex: 'name', }, { - title: '主机', + title: '连结地址', dataIndex: 'hostname', }, { title: '端口', diff --git a/spug_web/src/pages/host/Form.js b/spug_web/src/pages/host/Form.js index 052bdb5..b25cdb4 100644 --- a/spug_web/src/pages/host/Form.js +++ b/spug_web/src/pages/host/Form.js @@ -114,9 +114,9 @@ class ComForm extends React.Component { - + {getFieldDecorator('name', {initialValue: info['name']})( - + )} diff --git a/spug_web/src/pages/host/Table.js b/spug_web/src/pages/host/Table.js index ae98d53..0595490 100644 --- a/spug_web/src/pages/host/Table.js +++ b/spug_web/src/pages/host/Table.js @@ -26,10 +26,10 @@ class ComTable extends React.Component { title: '类别', dataIndex: 'zone', }, { - title: '名称', + title: '主机名称', dataIndex: 'name', }, { - title: '主机', + title: '连接地址', dataIndex: 'hostname', }, { title: '端口',