mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: set selectors
This commit is contained in:
@@ -28,6 +28,7 @@ interface SelectorState {
|
||||
endpoints: Option[];
|
||||
currentService: string;
|
||||
currentPod: string;
|
||||
currentDestService: string;
|
||||
durationTime: any;
|
||||
}
|
||||
|
||||
@@ -40,6 +41,7 @@ export const selectorStore = defineStore({
|
||||
endpoints: [],
|
||||
currentService: "",
|
||||
currentPod: "",
|
||||
currentDestService: "",
|
||||
durationTime: useAppStoreWithOut().durationTime,
|
||||
}),
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user