mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Fix ToolShed link in Admin->Local Data
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<h2 id="data-managers-title">Local Data</h2>
|
||||
<p>
|
||||
Data Managers are used to manage Galaxy's local data. They can be installed manually, or via the
|
||||
<b-link :href="toolShedLink" target="galaxy_main">ToolShed</b-link>. For more comprehensive information
|
||||
<b-link :href="toolShedLink">ToolShed</b-link>. For more comprehensive information
|
||||
<b-link href="https://galaxyproject.org/admin/tools/data-managers/" target="_blank">See the Wiki</b-link
|
||||
>.
|
||||
</p>
|
||||
@@ -18,7 +18,7 @@ import { getAppRoot } from "onload/loadConfig";
|
||||
export default {
|
||||
computed: {
|
||||
toolShedLink() {
|
||||
return `${getAppRoot()}admin_toolshed/browse_tool_sheds`;
|
||||
return `${getAppRoot()}admin/toolshed`;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user