mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
fix: update components, save templates (#35)
This commit is contained in:
@@ -66,6 +66,7 @@ limitations under the License. -->
|
||||
i: data.i,
|
||||
}"
|
||||
:standard="data.standard"
|
||||
:needQuery="needQuery"
|
||||
/>
|
||||
</div>
|
||||
<div v-else class="no-data">{{ t("noData") }}</div>
|
||||
@@ -153,6 +154,7 @@ export default defineComponent({
|
||||
if (props.data.i !== dashboardStore.selectedGrid.i) {
|
||||
return;
|
||||
}
|
||||
const isList = ListChartTypes.includes(props.data.graph.type || "");
|
||||
if (
|
||||
ListChartTypes.includes(dashboardStore.selectedGrid.graph.type) ||
|
||||
isList
|
||||
@@ -165,6 +167,7 @@ export default defineComponent({
|
||||
watch(
|
||||
() => [selectorStore.currentService, selectorStore.currentDestService],
|
||||
() => {
|
||||
const isList = ListChartTypes.includes(props.data.graph.type || "");
|
||||
if (isList) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user