diff --git a/src/views/dashboard/related/log/Header.vue b/src/views/dashboard/related/log/Header.vue
index fd167945..11c4c4d9 100644
--- a/src/views/dashboard/related/log/Header.vue
+++ b/src/views/dashboard/related/log/Header.vue
@@ -16,15 +16,23 @@ limitations under the License. -->
-
+
Select visible columns
-
- Test it all
+
+
+
+ Show All
+
+
+
style="width: 100%"
class="flex-h items-center justify-between"
>
- {{
- t(item.value)
- }}
-
+ {{ t(item.value) }}
+
@@ -270,6 +276,7 @@ const { portal } = useRoute().query;
const logStore = useLogStore();
const selectedColumns = ref
([]);
const showColumList = ref(false);
+const showAllColumns = ref(false);
const traceId = ref("");
const keywordsOfContent = ref([]);
const excludingKeywordsOfContent = ref([]);