Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
55325: ui: Transactions link between Sessions and Statements r=dhartunian a=elkmaster

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.

Co-authored-by: Vlad Los <carrott9@gmail.com>
  • Loading branch information
craig[bot] and vladlos committed Nov 13, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents e640435 + 1550ec4 commit e68a1de
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
@@ -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",

0 comments on commit e68a1de

Please sign in to comment.