mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
fix list
This commit is contained in:
parent
214b34ddfd
commit
8583024f98
@ -58,7 +58,7 @@ export const routesGen: Array<RouteRecordRaw> = [
|
|||||||
},
|
},
|
||||||
component: () =>
|
component: () =>
|
||||||
import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),
|
import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/database/tab/:activeTabIndex",
|
path: "/database/tab/:activeTabIndex",
|
||||||
name: "VirtualDatabaseActiveTabIndex",
|
name: "VirtualDatabaseActiveTabIndex",
|
||||||
|
@ -83,7 +83,7 @@ export const profileStore = defineStore({
|
|||||||
if (res.data.errors) {
|
if (res.data.errors) {
|
||||||
return res.data;
|
return res.data;
|
||||||
}
|
}
|
||||||
this.endpoints = [{ value: "", label: "All" }, ...res.data.data.pods];
|
this.endpoints = res.data.data.pods || [];
|
||||||
return res.data;
|
return res.data;
|
||||||
},
|
},
|
||||||
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user