mirror of https://github.com/openspug/spug
U 优化样式适应更长的主机名
parent
dd63077c8b
commit
69a43489c7
|
@ -69,7 +69,7 @@ class ExecConsole extends React.Component {
|
|||
return (
|
||||
<Modal
|
||||
visible
|
||||
width={800}
|
||||
width={1000}
|
||||
title="执行控制台"
|
||||
footer={null}
|
||||
onCancel={this.props.onCancel}
|
||||
|
|
|
@ -61,6 +61,7 @@ class HostSelector extends React.Component {
|
|||
}, {
|
||||
title: '主机名称',
|
||||
dataIndex: 'name',
|
||||
ellipsis: true
|
||||
}, {
|
||||
title: '连结地址',
|
||||
dataIndex: 'hostname',
|
||||
|
|
|
@ -42,6 +42,7 @@ class TemplateSelector extends React.Component {
|
|||
}, {
|
||||
title: '名称',
|
||||
dataIndex: 'name',
|
||||
ellipsis: true
|
||||
}, {
|
||||
title: '内容',
|
||||
dataIndex: 'body',
|
||||
|
@ -64,7 +65,7 @@ class TemplateSelector extends React.Component {
|
|||
return (
|
||||
<Modal
|
||||
visible
|
||||
width={800}
|
||||
width={1000}
|
||||
title="选择执行模板"
|
||||
onCancel={this.props.onCancel}
|
||||
onOk={this.handleSubmit}
|
||||
|
|
Loading…
Reference in New Issue