From f38ff09e6ca32805454044850be2a4a7b9409ca8 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Fri, 16 Sep 2022 07:40:26 +0800 Subject: [PATCH] sync ui (#9611) * Polish the endpoint list graph. * Fix styles for an adaptive height. * Fix setting up a new time range after clicking the refresh button. * Enhance the process topology graph to support dragging nodes. --- docs/en/changes/changes.md | 5 ++++- skywalking-ui | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 2e8fccb0f7..c8ee9a190b 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -20,9 +20,12 @@ * [Breaking Change]: migrate from Spring Web to Armeria, now you should use the environment variable name `SW_OAP_ADDRESS` to change the OAP backend service addresses, like `SW_OAP_ADDRESS=localhost:12800,localhost:12801`, and use environment variable `SW_SERVER_PORT` to change the port. Other Spring-related configurations don't take effect anymore. +* Polish the endpoint list graph. +* Fix styles for an adaptive height. +* Fix setting up a new time range after clicking the refresh button. +* Enhance the process topology graph to support dragging nodes. * UI-template: Fix metrics calculation in `general-service/mesh-service/faas-function` top-list dashboard. - #### Documentation diff --git a/skywalking-ui b/skywalking-ui index 49bc349064..26817e9f92 160000 --- a/skywalking-ui +++ b/skywalking-ui @@ -1 +1 @@ -Subproject commit 49bc3490642a82f56f3cd6ca15988d7338fb7d95 +Subproject commit 26817e9f927dd07fb439f415227bf371f45a9645