mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
show only active tools
This commit is contained in:
parent
e2a41af0fc
commit
c57116726c
@ -47,7 +47,7 @@ export const logStore = defineStore({
|
||||
queryDuration: useAppStoreWithOut().durationTime,
|
||||
paging: { pageNum: 1, pageSize: 15, needTotal: true },
|
||||
},
|
||||
supportQueryLogsByKeywords: true,
|
||||
supportQueryLogsByKeywords: false,
|
||||
durationTime: useAppStoreWithOut().durationTime,
|
||||
selectorStore: useSelectorStore(),
|
||||
logs: [],
|
||||
|
Loading…
Reference in New Issue
Block a user