You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/02/04 13:14:21 UTC

[GitHub] [cloudstack-primate] rhtyd opened a new issue #145: UI Wide Implement a-table with pagination for possible a-list uses

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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd closed issue #145: UI Wide Implement a-table with pagination for possible a-list uses

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #145: UI Wide Implement a-table with pagination for possible a-list uses
URL: https://github.com/apache/cloudstack-primate/issues/145
 
 
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #145: UI Wide Implement a-table with pagination for possible a-list uses

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #145: UI Wide Implement a-table with pagination for possible a-list uses
URL: https://github.com/apache/cloudstack-primate/issues/145#issuecomment-582821215
 
 
   Also https://github.com/apache/cloudstack-primate/pull/134

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


With regards,
Apache Git Services