mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update
This commit is contained in:
parent
54735d3466
commit
ccd993aaa7
@ -632,7 +632,6 @@ export const topologyStore = defineStore({
|
|||||||
this.setHierarchyInstanceNodeMetricValue({}, layer);
|
this.setHierarchyInstanceNodeMetricValue({}, layer);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(nodes);
|
|
||||||
const metrics = await this.queryHierarchyExpressions(expressions, nodes);
|
const metrics = await this.queryHierarchyExpressions(expressions, nodes);
|
||||||
this.setHierarchyInstanceNodeMetricValue(metrics, layer);
|
this.setHierarchyInstanceNodeMetricValue(metrics, layer);
|
||||||
},
|
},
|
||||||
|
@ -104,7 +104,7 @@ limitations under the License. -->
|
|||||||
>
|
>
|
||||||
MQE
|
MQE
|
||||||
</el-button>
|
</el-button>
|
||||||
<span v-else class="placeholder"> -- </span>
|
<span v-else class="placeholder"></span>
|
||||||
<el-popconfirm :title="t('deleteTitle')" @confirm="handleDelete(scope.row)">
|
<el-popconfirm :title="t('deleteTitle')" @confirm="handleDelete(scope.row)">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button size="small" type="danger">
|
<el-button size="small" type="danger">
|
||||||
|
Loading…
Reference in New Issue
Block a user