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/24 01:11:45 UTC

[GitHub] [cloudstack-primate] utchoang commented on a change in pull request #602: Fixes an issue that could not search on zone select

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



##########
File path: src/views/image/RegisterOrUploadIso.vue
##########
@@ -90,14 +90,7 @@
             :loading="zoneLoading"
             :placeholder="apiParams.zoneid.description">
             <a-select-option :value="opt.id" v-for="opt in zones" :key="opt.id">
-              <div v-if="currentForm === 'Upload'">
-                <div v-if="opt.name !== $t('label.all.zone')">
-                  {{ opt.name || opt.description }}
-                </div>
-              </div>
-              <div v-else>
-                {{ opt.name || opt.description }}
-              </div>
+              {{ opt.name || opt.description }}

Review comment:
       @rhtyd All zone not showing on upload templates/isos.




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