mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-27 13:54:08 +00:00
show only active tools
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user