This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
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
David Garcia
committed
Jul 8, 2020
1 parent
6f1f79a
commit 17ecf4e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule thethe_frontend
updated
9 files
+1 −1 | package.json | |
+75 −0 | src/components/ApiKeyDetails.vue | |
+123 −74 | src/components/ApiKeys.vue | |
+0 −30 | src/components/ApiKeysItem.vue | |
+0 −77 | src/components/BaseInputService.vue | |
+3 −5 | src/components/DeleteDialog.vue | |
+3 −4 | src/components/ProjectSelector.vue | |
+3 −4 | src/components/ResourceListing.vue | |
+13 −0 | src/components/SecLink.vue |
Submodule thethe_server
updated
2 files
+5 −0 | server/entities/plugin_manager.py | |
+24 −26 | server/routes/apikeys.py |