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/08/26 08:57:25 UTC

[GitHub] [cloudstack-primate] utchoang commented on a change in pull request #621: FIX - Deploy VM - Template pagination needs some love

utchoang commented on a change in pull request #621:
URL: https://github.com/apache/cloudstack-primate/pull/621#discussion_r477144586



##########
File path: src/views/compute/wizard/TemplateIsoSelection.vue
##########
@@ -104,7 +104,6 @@ export default {
       const key = this.inputDecorator.slice(0, -2)
       for (const filter of this.filterOpts) {
         if (items[filter.id] && items[filter.id][key] && items[filter.id][key].length > 0) {
-          this.filterType = filter.id

Review comment:
       @davidjumani Because this paragraph causes the pagination to jump back to the feature tab. I'll find a new way to fix it.




----------------------------------------------------------------
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