mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
RT to IT
This commit is contained in:
@@ -78,7 +78,7 @@ export const getAnalysisRouter = Galaxy =>
|
||||
"(/)custom_builds": "show_custom_builds",
|
||||
"(/)datasets/edit": "show_dataset_edit_attributes",
|
||||
"(/)datasets/error": "show_dataset_error",
|
||||
"(/)realtime_entry_points(/)list": "show_realtime_list"
|
||||
"(/)interactivetool_entry_points(/)list": "show_interactivetool_list"
|
||||
},
|
||||
|
||||
require_login: ["show_user", "show_user_form", "show_workflows", "show_cloud_auth"],
|
||||
@@ -115,10 +115,10 @@ export const getAnalysisRouter = Galaxy =>
|
||||
this.page.display(new FormWrapper.View(_.extend(model.get(form_id), { active_tab: "user" })));
|
||||
},
|
||||
|
||||
show_realtime_list: function() {
|
||||
show_interactivetool_list: function() {
|
||||
this.page.display(
|
||||
new EntryPointGridView({
|
||||
url_base: `${getAppRoot()}realtime/list`,
|
||||
url_base: `${getAppRoot()}interactivetool/list`,
|
||||
active_tab: "analysis"
|
||||
})
|
||||
);
|
||||
|
||||
@@ -313,7 +313,7 @@ const Collection = Backbone.Collection.extend({
|
||||
userTab.menu[userTab.menu.length - 1].divider = true;
|
||||
userTab.menu.push({
|
||||
title: _l("Active InteractiveTools"),
|
||||
url: "realtime_entry_points/list",
|
||||
url: "interactivetool_entry_points/list",
|
||||
target: "__use_router__"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user