未验证 提交 bfc97f33 编写于 作者: H haoyann 提交者: GitHub

fix instance list page bug (#5097)

上级 25a8bf69
...@@ -185,10 +185,10 @@ class InstanceTable extends React.Component { ...@@ -185,10 +185,10 @@ class InstanceTable extends React.Component {
)} )}
/> />
</Table> </Table>
{_instance.count > pageSize ? ( {instance.count > pageSize ? (
<Pagination <Pagination
className="pagination" className="pagination"
total={_instance.count} total={instance.count}
pageSize={pageSize} pageSize={pageSize}
onChange={currentPage => this.onChangePage(currentPage)} onChange={currentPage => this.onChangePage(currentPage)}
/> />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册