-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3017 from mitre/repin/magma_july15
repinning magma for newpayload UI
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule magma
updated
8 files
+2 −0 | .dockerignore | |
+6 −3 | src/components/core/Navigation.vue | |
+64 −0 | src/components/payloads/UploadModal.vue | |
+6 −0 | src/router.js | |
+36 −3 | src/stores/abilityStore.js | |
+3 −0 | src/stores/coreDisplayStore.js | |
+15 −0 | src/tests/PayloadsView.test.js | |
+115 −0 | src/views/PayloadsView.vue |