You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/02/08 12:13:14 UTC

[cloudstack-primate] branch master updated: src: fix lint issue

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 66d7085  src: fix lint issue
66d7085 is described below

commit 66d70857850a6b3dcb01be9fdade19a3df0b4dc5
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Sat Feb 8 17:42:48 2020 +0530

    src: fix lint issue
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 src/views/storage/MigrateVolume.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/storage/MigrateVolume.vue b/src/views/storage/MigrateVolume.vue
index fbfd694..b275256 100644
--- a/src/views/storage/MigrateVolume.vue
+++ b/src/views/storage/MigrateVolume.vue
@@ -22,7 +22,7 @@
       <p class="modal-form__label">{{ $t('storagePool') }}</p>
       <a-select v-model="selectedStoragePool" style="width: 100%;">
         <a-select-option v-for="(storagePool, index) in storagePools" :value="storagePool.id" :key="index">
-          {{ storagePool.name }} <span v-if="resource.virtualmachineid">{{ storagePool.suitableformigration ? '(Suitable)' : '(Not Suitable)'}}</span>
+          {{ storagePool.name }} <span v-if="resource.virtualmachineid">{{ storagePool.suitableformigration ? '(Suitable)' : '(Not Suitable)' }}</span>
         </a-select-option>
       </a-select>
       <template v-if="this.resource.virtualmachineid">