完善dockerfile构建镜像
This commit is contained in:
@ -255,14 +255,6 @@ class OnlineSession extends Component {
|
||||
|
||||
return `${record.username}@${record.ip}:${record.port}`;
|
||||
}
|
||||
}, {
|
||||
title: '屏幕大小',
|
||||
dataIndex: 'screen',
|
||||
key: 'screen',
|
||||
render: (text, record) => {
|
||||
|
||||
return `${record.width}x${record.height}`;
|
||||
}
|
||||
}, {
|
||||
title: '连接协议',
|
||||
dataIndex: 'protocol',
|
||||
@ -378,7 +370,7 @@ class OnlineSession extends Component {
|
||||
/>
|
||||
|
||||
<Select
|
||||
style={{width: 200}}
|
||||
style={{width: 150}}
|
||||
showSearch
|
||||
value={this.state.queryParams.userId}
|
||||
placeholder='用户昵称'
|
||||
@ -390,7 +382,7 @@ class OnlineSession extends Component {
|
||||
</Select>
|
||||
|
||||
<Select
|
||||
style={{width: 200}}
|
||||
style={{width: 150}}
|
||||
showSearch
|
||||
value={this.state.queryParams.assetId}
|
||||
placeholder='资产名称'
|
||||
|
Reference in New Issue
Block a user