mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 09:48:43 +00:00
moving dispay determinants to store
This commit is contained in:
parent
4b3449b287
commit
2edbebdda3
@ -72,7 +72,10 @@ export const traceStore = defineStore({
|
|||||||
this.condition = { ...this.condition, ...data };
|
this.condition = { ...this.condition, ...data };
|
||||||
},
|
},
|
||||||
setDisplayMode(data: string) {
|
setDisplayMode(data: string) {
|
||||||
this.displayMode = data
|
this.displayMode = data;
|
||||||
|
},
|
||||||
|
setCurrentView(data: string) {
|
||||||
|
this.currentView = data;
|
||||||
},
|
},
|
||||||
setCurrentTrace(trace: Trace) {
|
setCurrentTrace(trace: Trace) {
|
||||||
this.currentTrace = trace;
|
this.currentTrace = trace;
|
||||||
|
Loading…
Reference in New Issue
Block a user