This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 536aed9 fix topo metric transformation (#236)
536aed9 is described below
commit 536aed96617687581ac78fce1413f89751b0b625
Author: Kdump <[email protected]>
AuthorDate: Sat Dec 21 17:37:44 2019 +0800
fix topo metric transformation (#236)
---
src/views/components/topology/topo-detect-point.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/views/components/topology/topo-detect-point.vue
b/src/views/components/topology/topo-detect-point.vue
index 08fb158..a8b64a4 100644
--- a/src/views/components/topology/topo-detect-point.vue
+++ b/src/views/components/topology/topo-detect-point.vue
@@ -162,6 +162,7 @@
this.showInfo = true;
} else {
this.showInfo = false;
+ this.showInfoCount = 0;
this.isMini = true;
}
}
@@ -183,6 +184,7 @@
this.showInfo = true;
} else {
this.showInfo = false;
+ this.showInfoCount = 0;
this.isMini = true;
}
}