This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat/instance-topology-preview
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 4397390 feat(layer): list every service in the landing picker;
landing + i18n hardening
add 42b3827 fix(layer): tail-service selection on every tab; localize new
strings; admin + topology polish
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 18 ++++++++
apps/bff/src/http/query/instance-topology.ts | 28 +++++++++--
.../admin/layer-templates/LayerDashboardsAdmin.vue | 16 ++++++-
apps/ui/src/i18n/locales/de.json | 36 +++++++++++++++
apps/ui/src/i18n/locales/es.json | 36 +++++++++++++++
apps/ui/src/i18n/locales/fr.json | 36 +++++++++++++++
apps/ui/src/i18n/locales/ja.json | 36 +++++++++++++++
apps/ui/src/i18n/locales/ko.json | 36 +++++++++++++++
apps/ui/src/i18n/locales/pt.json | 36 +++++++++++++++
apps/ui/src/i18n/locales/zh-CN.json | 36 +++++++++++++++
apps/ui/src/layer/LayerServiceSelector.vue | 8 +---
apps/ui/src/layer/LayerShell.vue | 7 ---
.../LayerEndpointDependencyView.vue | 7 +--
apps/ui/src/layer/logs/LayerLogsView.vue | 13 +++---
.../src/layer/profiling/LayerEBPFProfilingView.vue | 6 +--
.../layer/profiling/LayerTraceProfilingView.vue | 6 +--
apps/ui/src/layer/traces/LayerTracesView.vue | 7 +--
apps/ui/src/layer/useLayerServiceName.ts | 54 ++++++++++++++++++++++
.../render/layer-dashboard/LayerDashboardsView.vue | 24 +++-------
apps/ui/src/utils/metricCatalog.ts | 1 -
20 files changed, 384 insertions(+), 63 deletions(-)
create mode 100644 apps/ui/src/layer/useLayerServiceName.ts