This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from ab74538 layer: separate layer-aggregate vs selected-service KPIs in
the header
new 59a8137 layer: drop duplicate service name, bolder picker-row
highlight
new a20a7cd service dashboard: cpm→RPM, apdex replaces p99 in summary,
TopList widget
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apps/bff/src/dashboard/routes.ts | 131 ++++++++++++++---
apps/bff/src/layers/config/general.json | 173 +++++++++++------------
apps/ui/src/components/charts/TopList.vue | 129 +++++++++++++++++
apps/ui/src/views/layer/LayerDashboardsView.vue | 36 ++---
apps/ui/src/views/layer/LayerServiceSelector.vue | 10 +-
apps/ui/src/views/layer/LayerShell.vue | 16 ++-
packages/api-client/src/dashboard.ts | 15 +-
packages/api-client/src/index.ts | 1 +
8 files changed, 380 insertions(+), 131 deletions(-)
create mode 100644 apps/ui/src/components/charts/TopList.vue