From 8fdae697ff351a26d260c75ec499211363cab77f Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 20 Apr 2021 17:32:45 +0800 Subject: [PATCH] sync ui (#6793) --- CHANGES.md | 7 ++++++- skywalking-ui | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0edb2a5fa1..225e50de17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,7 +20,12 @@ Release Notes. * Fix K8s monitoring the incorrect metrics calculate. #### UI - +* Add logo for kong plugin. +* Add apisix logo. +* Refactor js to ts for browser logs and style change. +* When creating service groups in the topology, it is better if the service names are sorted. +* Add tooltip for dashboard component. +* Fix style of endpoint dependency. #### Documentation * Polish k8s monitoring otel-collector configuration example. diff --git a/skywalking-ui b/skywalking-ui index 8bd6057637..ca80e6ee81 160000 --- a/skywalking-ui +++ b/skywalking-ui @@ -1 +1 @@ -Subproject commit 8bd6057637ff9720f2d66d06b741837f1846ba52 +Subproject commit ca80e6ee810e3d321591eaf35477bf3037154caa -- GitLab