mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 00:08:56 +00:00
merge: upstream
This commit is contained in:
commit
ffcea1ff2c
@ -44,6 +44,7 @@ module.exports = {
|
|||||||
"workflow",
|
"workflow",
|
||||||
"types",
|
"types",
|
||||||
"release",
|
"release",
|
||||||
|
"merge",
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -65,7 +65,7 @@ export const eventStore = defineStore({
|
|||||||
const res: AxiosResponse = await graphql.query("queryEndpoints").params({
|
const res: AxiosResponse = await graphql.query("queryEndpoints").params({
|
||||||
serviceId,
|
serviceId,
|
||||||
duration: useAppStoreWithOut().durationTime,
|
duration: useAppStoreWithOut().durationTime,
|
||||||
keyword,
|
keyword: keyword || "",
|
||||||
});
|
});
|
||||||
if (res.data.errors) {
|
if (res.data.errors) {
|
||||||
return res.data;
|
return res.data;
|
||||||
|
Loading…
Reference in New Issue
Block a user