mirror of https://github.com/openspug/spug
U 优化主机/模版选择弹窗显示
parent
7f99c21e74
commit
a2609b876a
|
@ -42,11 +42,6 @@ class HostSelector extends React.Component {
|
||||||
};
|
};
|
||||||
|
|
||||||
columns = [{
|
columns = [{
|
||||||
title: '序号',
|
|
||||||
key: 'series',
|
|
||||||
render: (_, __, index) => index + 1,
|
|
||||||
width: 80
|
|
||||||
}, {
|
|
||||||
title: '类别',
|
title: '类别',
|
||||||
dataIndex: 'zone',
|
dataIndex: 'zone',
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -37,11 +37,6 @@ class TemplateSelector extends React.Component {
|
||||||
};
|
};
|
||||||
|
|
||||||
columns = [{
|
columns = [{
|
||||||
title: '序号',
|
|
||||||
key: 'series',
|
|
||||||
render: (_, __, index) => index + 1,
|
|
||||||
width: 80
|
|
||||||
}, {
|
|
||||||
title: '类型',
|
title: '类型',
|
||||||
dataIndex: 'type',
|
dataIndex: 'type',
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue