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 { -