Skip to content

Commit

Permalink
Remove "Lab" from masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 24, 2017
1 parent 1e23a63 commit 3dd4509
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 27 deletions.
23 changes: 0 additions & 23 deletions client/galaxy/scripts/layout/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,6 @@ define(
]
});

//
// Lab menu.
//
options.user_requests &&
this.add({
id: "lab",
title: "Lab",
menu: [
{
title: "Sequencing Requests",
url: "requests/index"
},
{
title: "Find Samples",
url: "requests/find_samples_index"
},
{
title: "Help",
url: options.lims_doc_url
}
]
});

//
// Visualization tab.
//
Expand Down
2 changes: 1 addition & 1 deletion static/maps/layout/menu.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/layout/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dd4509

Please sign in to comment.