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/09/15 06:01:18 UTC

[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #711: FIX - Reduce max pagination from 500/page to 200/page

davidjumani commented on a change in pull request #711:
URL: https://github.com/apache/cloudstack-primate/pull/711#discussion_r488405615



##########
File path: src/views/network/IpAddressesTab.vue
##########
@@ -272,7 +272,7 @@ export default {
           errorMethod: () => {
             this.fetchData()
           },
-          loadingMessage: `${this.$t('label.acquiring.ip')} ${this.$t('label.for')} ${this.resource.name} ${this.$t('label.is.in.progress')}`,
+          loadingMessage: `${this.$t('label.acquiring.ip')}} ${this.$t('label.for')} ${this.resource.name} ${this.$t('label.is.in.progress')}}`,

Review comment:
       @utchoang Could you fix the extra braces ?




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