mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-21 21:59:28 +00:00
show all and hide all columns initials
This commit is contained in:
@@ -24,7 +24,7 @@ limitations under the License. -->
|
|||||||
</span>
|
</span>
|
||||||
<template #dropdown>
|
<template #dropdown>
|
||||||
<el-dropdown-menu class="dropdownSelector">
|
<el-dropdown-menu class="dropdownSelector">
|
||||||
<el-dropdown-item >
|
<el-dropdown-item>
|
||||||
<div
|
<div
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
class="flex-h items-center justify-between"
|
class="flex-h items-center justify-between"
|
||||||
@@ -291,7 +291,7 @@ const { portal } = useRoute().query;
|
|||||||
const logStore = useLogStore();
|
const logStore = useLogStore();
|
||||||
const selectedColumns = ref<any[]>([]);
|
const selectedColumns = ref<any[]>([]);
|
||||||
const showColumList = ref<boolean>(false);
|
const showColumList = ref<boolean>(false);
|
||||||
const showAllColumns = ref<boolean>(false);
|
const showAllColumns = ref<boolean | null>(null);
|
||||||
const traceId = ref<string>("");
|
const traceId = ref<string>("");
|
||||||
const keywordsOfContent = ref<string[]>([]);
|
const keywordsOfContent = ref<string[]>([]);
|
||||||
const excludingKeywordsOfContent = ref<string[]>([]);
|
const excludingKeywordsOfContent = ref<string[]>([]);
|
||||||
|
Reference in New Issue
Block a user