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 2021/09/14 10:38:04 UTC

[cloudstack] branch main updated: ui: removed whitespace after string (#5450)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 073a54b  ui: removed whitespace after string (#5450)
073a54b is described below

commit 073a54bd6e406c0c6ff2482a98c2328b54dd58f7
Author: Hoang Nguyen <ho...@unitech.vn>
AuthorDate: Tue Sep 14 17:37:30 2021 +0700

    ui: removed whitespace after string (#5450)
---
 ui/src/components/view/DetailsTab.vue | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ui/src/components/view/DetailsTab.vue b/ui/src/components/view/DetailsTab.vue
index a9c5845..14508ba 100644
--- a/ui/src/components/view/DetailsTab.vue
+++ b/ui/src/components/view/DetailsTab.vue
@@ -45,9 +45,7 @@
         <div v-else-if="['created', 'sent', 'lastannotated'].includes(item)">
           {{ $toLocaleDate(resource[item]) }}
         </div>
-        <div v-else>
-          {{ resource[item] }}
-        </div>
+        <div v-else>{{ resource[item] }}</div>
       </div>
     </a-list-item>
     <a-list-item slot="renderItem" slot-scope="item" v-else-if="item === 'ip6address' && ipV6Address && ipV6Address.length > 0">