You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ha...@apache.org on 2022/12/30 07:46:34 UTC

[cloudstack] 04/07: Removed commented code in listview

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

harikrishna pushed a commit to branch guest-os-mappings-improvements
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 8fce00e67512d1d10e4b76423ce853602557b8b7
Author: Suresh Kumar Anaparti <su...@gmail.com>
AuthorDate: Fri Jul 29 14:10:16 2022 +0530

    Removed commented code in listview
---
 ui/src/components/view/ListView.vue | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue
index e322b1b28f3..521cdbdc7bf 100644
--- a/ui/src/components/view/ListView.vue
+++ b/ui/src/components/view/ListView.vue
@@ -183,12 +183,6 @@
       </span>
       <span v-else>{{ text }}</span>
     </template>
-    <!-- <template #guestosmapping="{ text, record }">
-      <span v-if="$route.name === 'guestoshypervisormapping'">
-        <router-link :to="{ path: $route.path + '/' + record.id }">{{ text }}</router-link>
-      </span>
-      <span v-else>{{ text }}</span>
-    </template> -->
     <template #state="{ text, record }">
       <status v-if="$route.path.startsWith('/host')" :text="getHostState(record)" displayText />
       <status v-else :text="text ? text : ''" displayText :styles="{ 'min-width': '80px' }" />