rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454105632
##########
File path: src/views/network/IngressEgressRuleConfigure.vue
##########
@@ -79,9 +79,9 @@
size="small"
style="overflow-y: auto"
:columns="columns"
- :dataSource="rules"
+ :dataSource="rules.slice(pagesize*(page - 1), Math.min(rules.length,
pagesize*page))"
:pagination="false"
Review comment:
@davidjumani here if you say pagination true or remove this, would it
help?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]