mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-03 01:05:23 +00:00
show all and hide all columns initials
This commit is contained in:
parent
857cf2ff87
commit
c7bf58ff56
@ -291,7 +291,7 @@ const { portal } = useRoute().query;
|
||||
const logStore = useLogStore();
|
||||
const selectedColumns = ref<any[]>([]);
|
||||
const showColumList = ref<boolean>(false);
|
||||
const showAllColumns = ref<boolean>(false);
|
||||
const showAllColumns = ref<boolean | null>(null);
|
||||
const traceId = ref<string>("");
|
||||
const keywordsOfContent = ref<string[]>([]);
|
||||
const excludingKeywordsOfContent = ref<string[]>([]);
|
||||
|
Loading…
Reference in New Issue
Block a user