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 c1b9f57 fix: update trace query condition (#527)
c1b9f57 is described below
commit c1b9f570277daed9fc29b591159e3bea7d81e5fe
Author: Fine0830 <[email protected]>
AuthorDate: Thu Aug 12 08:29:38 2021 +0800
fix: update trace query condition (#527)
---
src/views/components/trace/trace-search.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/components/trace/trace-search.vue
b/src/views/components/trace/trace-search.vue
index c1322a4..57a9b8f 100644
--- a/src/views/components/trace/trace-search.vue
+++ b/src/views/components/trace/trace-search.vue
@@ -55,7 +55,7 @@ limitations under the License. -->
/>
<CommonSelector
:hasSearch="true"
- :title="$t('endpointName')"
+ :title="$t('endpoint')"
:value="endpoint"
@input="chooseEndpoint"
@search="searchEndpoint"
@@ -215,7 +215,7 @@ limitations under the License. -->
localStorage.setItem('minTraceDuration', this.minTraceDuration);
}
if (this.endpoint.key) {
- temp.endpointName = this.endpoint.label;
+ temp.endpointId = this.endpoint.key;
}
if (this.traceId) {
temp.traceId = this.traceId;