mirror of https://github.com/openspug/spug
U 优化文字提示
parent
7ebe699d74
commit
fe1e047a5c
|
@ -58,7 +58,7 @@ class Ext1Setup2 extends React.Component {
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
||||||
<Button type="dashed" style={{width: '80%'}} onClick={store.addHost}>
|
<Button type="dashed" style={{width: '80%'}} onClick={store.addHost}>
|
||||||
<Icon type="plus"/>添加执行对象
|
<Icon type="plus"/>添加目标主机
|
||||||
</Button>
|
</Button>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
||||||
|
|
|
@ -44,7 +44,7 @@ class Ext2Setup2 extends React.Component {
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
||||||
<Button type="dashed" style={{width: '80%'}} onClick={store.addHost}>
|
<Button type="dashed" style={{width: '80%'}} onClick={store.addHost}>
|
||||||
<Icon type="plus"/>添加执行对象
|
<Icon type="plus"/>添加目标主机
|
||||||
</Button>
|
</Button>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
<Form.Item wrapperCol={{span: 14, offset: 6}}>
|
||||||
|
|
Loading…
Reference in New Issue