Skip to content

Commit

Permalink
remove Functions from navigation (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
prydonius authored Aug 2, 2018
1 parent 372d94c commit 7df6a49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dashboard/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ class Header extends React.Component<IHeaderProps, IHeaderState> {
children: "Charts",
to: "/charts",
},
{
children: "Functions",
namespaced: true,
to: "/functions",
},
{
children: "Service Instances",
namespaced: true,
Expand Down

0 comments on commit 7df6a49

Please sign in to comment.