Skip to content

Commit

Permalink
Merge pull request #14737 from dannon/drop-tools-view
Browse files Browse the repository at this point in the history
Drop ToolsView
  • Loading branch information
guerler committed Oct 2, 2022
2 parents 1037334 + 088bdfd commit dd25dde
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 355 deletions.
1 change: 0 additions & 1 deletion client/package.json
Expand Up @@ -93,7 +93,6 @@
"vue-rx": "^6.2.0",
"vue-virtual-scroll-list": "^2.3.3",
"vuedraggable": "2.24.3",
"vueisotope": "^3.1.2",
"vuex": "^3.6.2",
"vuex-cache": "^3.4.0",
"vuex-persist": "2.3",
Expand Down
Expand Up @@ -9,7 +9,7 @@ import flushPromises from "flush-promises";

const localVue = getLocalVue();

describe("ToolsView/ToolsView.vue", () => {
describe("ToolSchemaJson/ToolsView.vue", () => {
let wrapper;
let axiosMock;
const defaultSchemaElementTag = "application/ld+json";
Expand Down
77 changes: 0 additions & 77 deletions client/src/components/ToolsView/ToolsView.test.js

This file was deleted.

211 changes: 0 additions & 211 deletions client/src/components/ToolsView/ToolsView.vue

This file was deleted.

1 change: 0 additions & 1 deletion client/src/components/ToolsView/testData/citation.json

This file was deleted.

5 changes: 0 additions & 5 deletions client/src/entry/analysis/router.js
Expand Up @@ -40,7 +40,6 @@ import Sharing from "components/Sharing/Sharing";
import StoredWorkflowInvocations from "components/Workflow/StoredWorkflowInvocations";
import ToolAdvancedSearch from "components/Panels/Common/ToolAdvancedSearch";
import ToolsJson from "components/ToolsView/ToolsSchemaJson/ToolsJson";
import ToolsView from "components/ToolsView/ToolsView";
import TourList from "components/Tour/TourList";
import TourRunner from "components/Tour/TourRunner";
import TrsImport from "components/Workflow/TrsImport";
Expand Down Expand Up @@ -299,10 +298,6 @@ export function getRouter(Galaxy) {
};
},
},
{
path: "tools/view",
component: ToolsView,
},
{
path: "tools/json",
component: ToolsJson,
Expand Down

0 comments on commit dd25dde

Please sign in to comment.