mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: highlight search log keywords (#398)
This commit is contained in:
@@ -53,6 +53,9 @@ export const logStore = defineStore({
|
||||
setLogCondition(data: Recordable) {
|
||||
this.conditions = { ...this.conditions, ...data };
|
||||
},
|
||||
getLogKeywords() {
|
||||
return this.conditions.keywordsOfContent;
|
||||
},
|
||||
resetState() {
|
||||
this.logs = [];
|
||||
this.conditions = {
|
||||
|
Reference in New Issue
Block a user