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

nvazquez 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 b4b1f9b  ui: Hide column selector in detail view (#6022)
b4b1f9b is described below

commit b4b1f9b861e80f631f401075184f28aaee8aa4a1
Author: davidjumani <[email protected]>
AuthorDate: Tue Feb 22 19:47:29 2022 +0530

    ui: Hide column selector in detail view (#6022)
---
 ui/src/views/AutogenView.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue
index a084c78..0214246 100644
--- a/ui/src/views/AutogenView.vue
+++ b/ui/src/views/AutogenView.vue
@@ -73,7 +73,7 @@
                     </a-select-option>
                   </a-select>
                 </a-tooltip>
-                <a-dropdown style="margin-left: 8px" :trigger="['click']" 
v-if="!$store.getters.metrics" v-model="customColumnsDropdownVisible">
+                <a-dropdown style="margin-left: 8px" :trigger="['click']" 
v-if="!dataView && !$store.getters.metrics" 
v-model="customColumnsDropdownVisible">
                   <a-button>
                     {{ $t('label.columns') }} <a-icon type="down" 
style="color: rgba(0,0,0,.45)" />
                   </a-button>

Reply via email to