mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-08 03:12:54 +00:00
Merge branch 'refactor/fetch' of https://github.com/Fine0830/skywalking-booster-ui into refactor/fetch
This commit is contained in:
commit
849b1d84fc
@ -103,7 +103,7 @@ export const profileStore = defineStore({
|
|||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
this.endpoints = response.data.pods || [];
|
this.endpoints = response.data.pods || [];
|
||||||
return response;
|
return response.data;
|
||||||
},
|
},
|
||||||
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
||||||
const response = await graphql.query("queryEndpoints").params({
|
const response = await graphql.query("queryEndpoints").params({
|
||||||
|
Loading…
Reference in New Issue
Block a user