Skip to content

Commit

Permalink
rename to system
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 26, 2024
1 parent b74e3e7 commit e7bd674
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Sidebar({ children, className }: SidebarProps) {
</>
}
>
<SidebarButton href="/cluster">Cluster</SidebarButton>
<SidebarButton href="/system">System</SidebarButton>
<SidebarButton href="/jobs">Jobs</SidebarButton>
<SidebarButton href="/reports">Reports</SidebarButton>
<SidebarButton href="/activities">Activities</SidebarButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Metadata } from 'next'
import ClusterInfo from './components/cluster'

export const metadata: Metadata = {
title: 'Cluster'
title: 'System'
}

export default function IndexPage() {
Expand Down

0 comments on commit e7bd674

Please sign in to comment.