show only active tools

This commit is contained in:
Peter Olu 2022-05-11 16:38:28 +01:00
parent e2a41af0fc
commit c57116726c

View File

@ -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: [],