Skip to content

Commit

Permalink
ui: Transactions link between Sessions and Statements
Browse files Browse the repository at this point in the history
Resolves: cockroachdb#55131, cockroachdb#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.
  • Loading branch information
vladlos authored and dhartunian committed Nov 13, 2020
1 parent 1f953a7 commit 963cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/src/views/app/components/layoutSidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class Sidebar extends React.Component<SidebarProps> {
{ 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",
Expand Down

0 comments on commit 963cfac

Please sign in to comment.