rhtyd opened a new issue #145: UI Wide Implement a-table with pagination for 
possible a-list uses
URL: https://github.com/apache/cloudstack-primate/issues/145
 
 
   @RitchieVincent as discussed, it will be preferable to have `a-table` 
component (borderless) render a list of things than use `a-list` components. 
Pagination should also be implemented to allow users view when the list of 
resources exceeds the pagesize. See this example of pagination usage, how it's 
used for the default list views: 
https://github.com/apache/cloudstack-primate/blob/master/src/views/AutogenView.vue#L220
   
   Some places where this refactoring is asked for the new PR for all the tabs 
of the VPC view except for router and VPC s2s gateway tab.
   
   By default most list APIs support the pageSize and page parameters. In 
existing component/views, please address for:
   - src/views/compute/MigrateWizard.vue
   - src/views/network/EnableStaticNat.vue
   - src/views/network/FirewallRules.vue
   - src/views/network/PortForwarding.vue
   - src/views/network/LoadBalancing.vue
   - src/views/network/EgressConfigure.vue
   - src/views/network/IngressEgressRuleConfigure.vue
   - src/views/network/VpcRouterTab.vue
   - src/views/network/VpcTiersTab.vue
   - src/views/infra/network/DedicatedVLANTab.vue
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to