From 963cfac4b762f0779ffa912e607226db28fcb38d Mon Sep 17 00:00:00 2001 From: Vlad Los Date: Thu, 8 Oct 2020 11:45:22 +0300 Subject: [PATCH] ui: Transactions link between Sessions and Statements Resolves: #55131, #56244 Release note (admin ui change): Link to the Transactions page is now shown between the Sessions and Statements links in the left hand navigation. This more clearly reflects the hierarchy between the 3 concepts. --- pkg/ui/src/views/app/components/layoutSidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ui/src/views/app/components/layoutSidebar/index.tsx b/pkg/ui/src/views/app/components/layoutSidebar/index.tsx index 5024b9b46371..ed1d90d44e30 100644 --- a/pkg/ui/src/views/app/components/layoutSidebar/index.tsx +++ b/pkg/ui/src/views/app/components/layoutSidebar/index.tsx @@ -40,8 +40,8 @@ export class Sidebar extends React.Component { { path: "/metrics", text: "Metrics", activeFor: [] }, { path: "/databases", text: "Databases", activeFor: ["/database"] }, { path: "/sessions", text: "Sessions", activeFor: ["/session"] }, - { path: "/statements", text: "Statements", activeFor: ["/statement"] }, { path: "/transactions", text: "Transactions", activeFor: ["/transactions"] }, + { path: "/statements", text: "Statements", activeFor: ["/statement"] }, { path: "/reports/network", text: "Network Latency",