-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Git LFS file not shown
Submodule ui
updated
13 files
+2 −0 | src/api/index.ts | |
+265 −0 | src/api/queues_api.ts | |
+45 −0 | src/components/widgets/lambdas/LambdasList.vue | |
+100 −0 | src/components/widgets/queues/QueuesAdd.vue | |
+72 −0 | src/components/widgets/queues/QueuesAssign.vue | |
+78 −0 | src/components/widgets/queues/QueuesList.vue | |
+43 −0 | src/components/widgets/queues/QueuesRemove.vue | |
+10 −0 | src/layouts/MainLayout.vue | |
+19 −0 | src/pages/Queues.vue | |
+6 −0 | src/router/routes.ts | |
+3 −1 | src/store/index.ts | |
+73 −0 | src/store/queues/index.ts | |
+7 −0 | src/store/user/actions.ts |