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: '端口',