-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule config
updated
19 files
+0 −1 | components.d.ts | |
+3 −3 | docs/spacegateadmin/forms.md | |
+2 −3 | package.json | |
+23 −23 | pnpm-lock.yaml | |
+8 −5 | src/components/BackendForm.vue | |
+2 −3 | src/components/GatewayForm.vue | |
+1 −1 | src/components/ListenerForm.vue | |
+20 −14 | src/components/PluginForm.vue | |
+16 −39 | src/components/PluginListForm.vue | |
+26 −0 | src/components/PluginPanel.vue | |
+53 −0 | src/components/PluginSelect.vue | |
+16 −10 | src/components/RouteRuleForm.vue | |
+9 −9 | src/components/SelectGateway.vue | |
+0 −49 | src/components/SelectInstance.vue | |
+8 −6 | src/components/index.ts | |
+0 −3 | src/index.ts | |
+24 −3 | src/utils/index.ts | |
+19 −5 | tsconfig.json | |
+1 −1 | vite.config.ts |