diff --git a/frontend/src/business/components/settings/workspace/JarConfig.vue b/frontend/src/business/components/settings/workspace/JarConfig.vue new file mode 100644 index 0000000000..89c0803c39 --- /dev/null +++ b/frontend/src/business/components/settings/workspace/JarConfig.vue @@ -0,0 +1,81 @@ + + + + + diff --git a/frontend/src/business/components/settings/workspace/JarConfigList.vue b/frontend/src/business/components/settings/workspace/JarConfigList.vue new file mode 100644 index 0000000000..b32821d108 --- /dev/null +++ b/frontend/src/business/components/settings/workspace/JarConfigList.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/frontend/src/business/components/settings/workspace/MsProject.vue b/frontend/src/business/components/settings/workspace/MsProject.vue index 0c37efbdf1..e1c8b5d518 100644 --- a/frontend/src/business/components/settings/workspace/MsProject.vue +++ b/frontend/src/business/components/settings/workspace/MsProject.vue @@ -268,7 +268,7 @@ import MsTableOperatorButton from "../../common/components/MsTableOperatorButton import ApiEnvironmentConfig from "../../api/test/components/ApiEnvironmentConfig"; import TemplateComponent from "../../track/plan/view/comonents/report/TemplateComponent/TemplateComponent"; import {GROUP_PROJECT, PROJECT_ID} from "@/common/js/constants"; -import MsJarConfig from "../../api/test/components/jar/JarConfig"; +import MsJarConfig from "@/business/components/settings/workspace/JarConfig"; import MsTableButton from "../../common/components/MsTableButton"; import {_filter, _sort} from "@/common/js/tableUtils"; import MsResourceFiles from "@/business/components/performance/test/components/ResourceFiles";