U 优化主机/模版选择弹窗显示

pull/22/head
vapao 2020-02-14 17:02:01 +08:00
parent 7f99c21e74
commit a2609b876a
2 changed files with 0 additions and 10 deletions

View File

@ -42,11 +42,6 @@ class HostSelector extends React.Component {
};
columns = [{
title: '序号',
key: 'series',
render: (_, __, index) => index + 1,
width: 80
}, {
title: '类别',
dataIndex: 'zone',
}, {

View File

@ -37,11 +37,6 @@ class TemplateSelector extends React.Component {
};
columns = [{
title: '序号',
key: 'series',
render: (_, __, index) => index + 1,
width: 80
}, {
title: '类型',
dataIndex: 'type',
}, {