mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: update instanceList and endpointList
This commit is contained in:
@@ -165,10 +165,11 @@ async function fetchPods(type: string) {
|
||||
case "serviceInstance":
|
||||
resp = await selectorStore.getServiceInstances();
|
||||
break;
|
||||
default:
|
||||
resp = {};
|
||||
}
|
||||
if (resp.errors) {
|
||||
ElMessage.error(resp.errors);
|
||||
return [];
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user