mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: enhance source processor
This commit is contained in:
@@ -108,7 +108,10 @@ const states = reactive<{
|
||||
});
|
||||
dashboardStore.setLayer(states.layerId);
|
||||
dashboardStore.setEntity(states.entity);
|
||||
onBeforeMount(async () => {
|
||||
|
||||
getServices();
|
||||
|
||||
async function getServices() {
|
||||
if (!states.layerId) {
|
||||
return;
|
||||
}
|
||||
@@ -118,7 +121,7 @@ onBeforeMount(async () => {
|
||||
return;
|
||||
}
|
||||
fetchPods(states.entity);
|
||||
});
|
||||
}
|
||||
|
||||
async function changeService(service: Option[]) {
|
||||
if (service[0]) {
|
||||
|
Reference in New Issue
Block a user