mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-06-23 12:58:33 +00:00
fix
This commit is contained in:
@@ -135,7 +135,7 @@ async function init() {
|
||||
}
|
||||
}
|
||||
conditions.value = (items.value[0] && items.value[0].label) || "";
|
||||
if (!filters.id) {
|
||||
if (filters.id) {
|
||||
state.service = selectorStore.currentService.id;
|
||||
if (dashboardStore.entity === EntityType[2].value) {
|
||||
state.endpoint = selectorStore.currentPod.id;
|
||||
|
||||
Reference in New Issue
Block a user