You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by qi...@apache.org on 2020/12/01 02:39:58 UTC

[skywalking-rocketbot-ui] branch master updated: fix: remove local tag (#386)

This is an automated email from the ASF dual-hosted git repository.

qiuxiafan 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 e165aa0  fix: remove local tag (#386)
e165aa0 is described below

commit e165aa0597f6e84f4ae4545433c9aea61a2ab13c
Author: Juntao Zhang <jt...@163.com>
AuthorDate: Tue Dec 1 10:39:37 2020 +0800

    fix: remove local tag (#386)
    
    Co-authored-by: Juntao Zhang <zh...@apache.org>
---
 src/views/components/trace/trace-search.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/views/components/trace/trace-search.vue b/src/views/components/trace/trace-search.vue
index 0463deb..b125a98 100644
--- a/src/views/components/trace/trace-search.vue
+++ b/src/views/components/trace/trace-search.vue
@@ -316,6 +316,7 @@ limitations under the License. -->
 
     private removeTags(index: number) {
       this.tagsList.splice(index, 1);
+      localStorage.setItem('traceTags', JSON.stringify(this.tagsList));
     }
 
     @Watch('rocketbotGlobal.durationRow')